mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[ceskatelevize] Prefix format ids
This commit is contained in:
		| @@ -162,10 +162,10 @@ class CeskaTelevizeIE(InfoExtractor): | ||||
|                         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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․