Update yt_dlp/extractor/ceskatelevize.py

This commit is contained in:
pukkandan 2023-04-05 16:04:03 +05:30 committed by Michal Kubecek
parent a03cd32b71
commit 59cdcf7795
No known key found for this signature in database
GPG Key ID: E77F2C1BF2D17695
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class CeskaTelevizeIE(InfoExtractor):
if not idec:
raise ExtractorError('Failed to find IDEC id')
sidp = playlist_id.rsplit('-')[0]
query = {'origin': 'iVysilani', 'autoStart': 'true', 'sidp': sidp, type_: idec, }
query = {'origin': 'iVysilani', 'autoStart': 'true', 'sidp': sidp, type_: idec}
webpage = self._download_webpage(
'https://player.ceskatelevize.cz/',
playlist_id, note='Downloading player', query=query)