1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 17:37:16 +08:00

[televizeseznam] resolution is set automatically from width and height

This commit is contained in:
Petr Vaněk 2019-07-17 21:35:04 +02:00 committed by Petr Vaněk
parent eb88210ac3
commit d7ac771119

View File

@ -55,7 +55,6 @@ class TelevizeSeznamIE(InfoExtractor):
'url': urljoin(spl_url, v['url']), 'url': urljoin(spl_url, v['url']),
'width': v['resolution'][0], 'width': v['resolution'][0],
'height': v['resolution'][1], 'height': v['resolution'][1],
'resolution': '%sx%s' % (v['resolution'][0], v['resolution'][1]),
'protocol': 'https', 'protocol': 'https',
'ext': 'mp4', 'ext': 'mp4',
'subtitles': subtitles, 'subtitles': subtitles,