From d7ac77111956f226f89e6484d0e2864ff4c421a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Wed, 17 Jul 2019 21:35:04 +0200 Subject: [PATCH] [televizeseznam] resolution is set automatically from width and height --- youtube_dl/extractor/televizeseznam.py | 1 - 1 file changed, 1 deletion(-) 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,