mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[ceskatelevize] Prefix format ids
This commit is contained in:
parent
099cfdb770
commit
de4d378c0c
@ -162,10 +162,10 @@ def _real_extract(self, url):
|
||||
formats.extend(self._extract_m3u8_formats(
|
||||
stream_url, playlist_id, 'mp4',
|
||||
entry_protocol='m3u8' if is_live else 'm3u8_native',
|
||||
fatal=False))
|
||||
m3u8_id='hls', fatal=False))
|
||||
else:
|
||||
formats.extend(self._extract_mpd_formats(
|
||||
stream_url, playlist_id, fatal=False))
|
||||
stream_url, playlist_id, mpd_id='dash', fatal=False))
|
||||
|
||||
if user_agent and len(entries) == playlist_len:
|
||||
entries[num]['formats'].extend(formats)
|
||||
|
Loading…
Reference in New Issue
Block a user