mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:37:06 -05:00 
			
		
		
		
	[beatenpro] Use generic format sort
This commit is contained in:
		@@ -77,7 +77,7 @@ class BeatportProIE(InfoExtractor):
 | 
			
		||||
                fmt['abr'] = 96
 | 
			
		||||
                fmt['asr'] = 44100
 | 
			
		||||
            formats += [fmt]
 | 
			
		||||
        formats.sort(key=lambda f: f['preference'])
 | 
			
		||||
        self._sort_formats(formats)
 | 
			
		||||
 | 
			
		||||
        # Get album art as thumbnails
 | 
			
		||||
        imgs = []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user