mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ie/soundcloud] Always extract original format extension (#13746)
Closes #13743 Authored by: bashonly
This commit is contained in:
		| @@ -242,7 +242,7 @@ class SoundcloudBaseIE(InfoExtractor): | ||||
|                     format_urls.add(format_url) | ||||
|                     formats.append({ | ||||
|                         'format_id': 'download', | ||||
|                         'ext': urlhandle_detect_ext(urlh, default='mp3'), | ||||
|                         'ext': urlhandle_detect_ext(urlh), | ||||
|                         'filesize': int_or_none(urlh.headers.get('Content-Length')), | ||||
|                         'url': format_url, | ||||
|                         'quality': 10, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly