pep8 and minor beautification all around
This commit is contained in:
parent
5f5e993dc6
commit
810fb84d5e
5 changed files with 17 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue