1
0
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:
Petr Vaněk 2020-01-18 22:27:22 +01:00
parent 03b8e09319
commit c18a5dbd3e

View File

@ -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