X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/15b1d10671b48df598afd70e17ba21e9e64ac766..3477c644417600d9ec8f8d2a44f82da0a4b15eb5:/youtube_dl/extractor/myspace.py diff --git a/youtube_dl/extractor/myspace.py b/youtube_dl/extractor/myspace.py index e626146..83414a2 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,