mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 09:07:17 +08:00
[televizeseznam] resolution is set automatically from width and height
This commit is contained in:
parent
eb88210ac3
commit
d7ac771119
@ -55,7 +55,6 @@ class TelevizeSeznamIE(InfoExtractor):
|
||||
'url': urljoin(spl_url, v['url']),
|
||||
'width': v['resolution'][0],
|
||||
'height': v['resolution'][1],
|
||||
'resolution': '%sx%s' % (v['resolution'][0], v['resolution'][1]),
|
||||
'protocol': 'https',
|
||||
'ext': 'mp4',
|
||||
'subtitles': subtitles,
|
||||
|
Loading…
x
Reference in New Issue
Block a user