X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmyspace.py;h=83414a2325586d7319c06247fa037c42bb2b199a;hb=e4df2f98ccbe2e24785dd6883d7fd495193fd8e6;hp=e626146705cfcc961ebcffad93c889b4a4f90e62;hpb=954f36f890713f39bba7e5a08559856c367c89e7;p=youtube-dl diff --git a/youtube_dl/extractor/myspace.py b/youtube_dl/extractor/myspace.py index e62614670..83414a232 100644 --- a/youtube_dl/extractor/myspace.py +++ b/youtube_dl/extractor/myspace.py @@ -88,6 +88,7 @@ class MySpaceIE(InfoExtractor): self.report_warning( '%s: No downloadable song on this page' % video_id) return + def search_data(name): return self._search_regex( r'''data-%s=([\'"])(?P.*?)\1''' % name,