mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:07:07 -05:00 
			
		
		
		
	@@ -93,8 +93,8 @@ class BandcampIE(InfoExtractor):
 | 
			
		||||
            'ext': 'mp3',
 | 
			
		||||
            'vcodec': 'none',
 | 
			
		||||
            'url': final_url,
 | 
			
		||||
            'thumbnail': info['thumb_url'],
 | 
			
		||||
            'uploader': info['artist'],
 | 
			
		||||
            'thumbnail': info.get('thumb_url'),
 | 
			
		||||
            'uploader': info.get('artist'),
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user