diff --git a/youtube_dl/extractor/televizeseznam.py b/youtube_dl/extractor/televizeseznam.py index cd55249d7..0171a79d8 100644 --- a/youtube_dl/extractor/televizeseznam.py +++ b/youtube_dl/extractor/televizeseznam.py @@ -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,