mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 07:47:45 +08:00
[televizeseznam] fix flake8 check
Co-Authored-By: Ales Jirasek <6615474+schunka@users.noreply.github.com>
This commit is contained in:
parent
03b8e09319
commit
c18a5dbd3e
@ -59,7 +59,7 @@ class TelevizeSeznamIE(InfoExtractor):
|
|||||||
'ext': ext
|
'ext': ext
|
||||||
}
|
}
|
||||||
if v.get('resolution'):
|
if v.get('resolution'):
|
||||||
format.update({ 'width': v['resolution'][0], 'height': v['resolution'][1] })
|
format.update({'width': v['resolution'][0], 'height': v['resolution'][1]})
|
||||||
|
|
||||||
formats.append(format)
|
formats.append(format)
|
||||||
return formats
|
return formats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user