aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/myspace.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-04 08:27:40 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-04 08:27:40 +0100
commit810fb84d5edaccfdebbf1c4e441d7747f2688b7b (patch)
tree5a56fb76b9cb2225565b7fc6aa1c64e2e53883b6 /youtube_dl/extractor/myspace.py
parent5f5e993dc61e68402d60f35df66a08b8bcca808c (diff)
downloadyoutube-dl-810fb84d5edaccfdebbf1c4e441d7747f2688b7b.zip
youtube-dl-810fb84d5edaccfdebbf1c4e441d7747f2688b7b.tar.gz
youtube-dl-810fb84d5edaccfdebbf1c4e441d7747f2688b7b.tar.bz2
pep8 and minor beautification all around
Diffstat (limited to 'youtube_dl/extractor/myspace.py')
-rw-r--r--youtube_dl/extractor/myspace.py1
1 files changed, 1 insertions, 0 deletions
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<data>.*?)\1''' % name,