mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[reddit] best format hotfix based on resolution.
This commit is contained in:
		| @@ -38,7 +38,7 @@ class RedditIE(InfoExtractor): | ||||
|             'https://v.redd.it/%s/DASHPlaylist.mpd' % video_id, video_id, | ||||
|             mpd_id='dash', fatal=False)) | ||||
|  | ||||
|         self._sort_formats(formats) | ||||
|         self._sort_formats(formats, ('height', 'width')) | ||||
|  | ||||
|         return { | ||||
|             'id': video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Unknown
					Unknown