mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-03 08:52:56 +01:00
Update yt_dlp/extractor/ceskatelevize.py
This commit is contained in:
parent
a03cd32b71
commit
59cdcf7795
|
@ -120,7 +120,7 @@ def _real_extract(self, url):
|
||||||
if not idec:
|
if not idec:
|
||||||
raise ExtractorError('Failed to find IDEC id')
|
raise ExtractorError('Failed to find IDEC id')
|
||||||
sidp = playlist_id.rsplit('-')[0]
|
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(
|
webpage = self._download_webpage(
|
||||||
'https://player.ceskatelevize.cz/',
|
'https://player.ceskatelevize.cz/',
|
||||||
playlist_id, note='Downloading player', query=query)
|
playlist_id, note='Downloading player', query=query)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user