mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-06 08:46:00 +01:00
parent
cb3c5682ae
commit
4636548463
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ class CeskaTelevizeIE(InfoExtractor):
|
||||||
is_live = item.get('type') == 'LIVE'
|
is_live = item.get('type') == 'LIVE'
|
||||||
formats = []
|
formats = []
|
||||||
for format_id, stream_url in item.get('streamUrls', {}).items():
|
for format_id, stream_url in item.get('streamUrls', {}).items():
|
||||||
|
stream_url = stream_url.replace('https://', 'http://')
|
||||||
if 'playerType=flash' in stream_url:
|
if 'playerType=flash' in stream_url:
|
||||||
stream_formats = self._extract_m3u8_formats(
|
stream_formats = self._extract_m3u8_formats(
|
||||||
stream_url, playlist_id, 'mp4', 'm3u8_native',
|
stream_url, playlist_id, 'mp4', 'm3u8_native',
|
||||||
|
|
Loading…
Add table
Reference in a new issue