mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 19:17:06 -05:00 
			
		
		
		
	[reddit] Sort formats (closes #14430)
This commit is contained in:
		@@ -35,6 +35,8 @@ class RedditIE(InfoExtractor):
 | 
			
		||||
            'https://v.redd.it/%s/DASHPlaylist.mpd' % video_id, video_id,
 | 
			
		||||
            mpd_id='dash', fatal=False))
 | 
			
		||||
 | 
			
		||||
        self._sort_formats(formats)
 | 
			
		||||
 | 
			
		||||
        return {
 | 
			
		||||
            'id': video_id,
 | 
			
		||||
            'title': video_id,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user