mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[soundcloud] Do not mistake original_format for ext (Fixes #1934)
This commit is contained in:
		| @@ -99,7 +99,7 @@ class SoundcloudIE(InfoExtractor): | ||||
|         thumbnail = info['artwork_url'] | ||||
|         if thumbnail is not None: | ||||
|             thumbnail = thumbnail.replace('-large', '-t500x500') | ||||
|         ext = info.get('original_format', u'mp3') | ||||
|         ext = u'mp3' | ||||
|         result = { | ||||
|             'id': track_id, | ||||
|             'uploader': info['user']['username'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister