mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-21 12:59:25 +00:00
PEP8: applied even more rules
This commit is contained in:
@@ -234,7 +234,7 @@ class GenerationQuoiIE(InfoExtractor):
|
||||
info_json = self._download_webpage(info_url, name)
|
||||
info = json.loads(info_json)
|
||||
return self.url_result('http://www.dailymotion.com/video/%s' % info['id'],
|
||||
ie='Dailymotion')
|
||||
ie='Dailymotion')
|
||||
|
||||
|
||||
class CultureboxIE(FranceTVBaseInfoExtractor):
|
||||
|
||||
Reference in New Issue
Block a user