mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
PEP8: applied even more rules
This commit is contained in:
parent
2514d2635e
commit
9e1a5b8455
77 changed files with 227 additions and 223 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue