mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	add Basic support for Smooth Streaming protocol(#8118)
This commit is contained in:
		| @@ -1658,7 +1658,7 @@ class YoutubeDL(object): | ||||
|                         video_ext, audio_ext = audio.get('ext'), video.get('ext') | ||||
|                         if video_ext and audio_ext: | ||||
|                             COMPATIBLE_EXTS = ( | ||||
|                                 ('mp3', 'mp4', 'm4a', 'm4p', 'm4b', 'm4r', 'm4v'), | ||||
|                                 ('mp3', 'mp4', 'm4a', 'm4p', 'm4b', 'm4r', 'm4v', 'ismv', 'isma'), | ||||
|                                 ('webm') | ||||
|                             ) | ||||
|                             for exts in COMPATIBLE_EXTS: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine