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