mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 03:22:50 -05:00
PEP8: applied even more rules
This commit is contained in:
@ -47,7 +47,7 @@ class ThePlatformIE(InfoExtractor):
|
||||
smil_url = config['releaseUrl'] + '&format=SMIL&formats=MPEG4&manifest=f4m'
|
||||
else:
|
||||
smil_url = ('http://link.theplatform.com/s/dJ5BDC/{0}/meta.smil?'
|
||||
'format=smil&mbr=true'.format(video_id))
|
||||
'format=smil&mbr=true'.format(video_id))
|
||||
|
||||
meta = self._download_xml(smil_url, video_id)
|
||||
try:
|
||||
|
Reference in New Issue
Block a user