diff --git a/youtube_dlc/extractor/reddit.py b/youtube_dlc/extractor/reddit.py index 663f622b3..cd9125388 100644 --- a/youtube_dlc/extractor/reddit.py +++ b/youtube_dlc/extractor/reddit.py @@ -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,