aboutsummaryrefslogtreecommitdiff
path: root/youtube_dlc/extractor/reddit.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/extractor/reddit.py')
-rw-r--r--youtube_dlc/extractor/reddit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/reddit.py b/youtube_dlc/extractor/reddit.py
index 77f66c966..222fa0172 100644
--- a/youtube_dlc/extractor/reddit.py
+++ b/youtube_dlc/extractor/reddit.py
@@ -40,7 +40,7 @@ class RedditIE(InfoExtractor):
'https://v.redd.it/%s/DASHPlaylist.mpd' % video_id, video_id,
mpd_id='dash', fatal=False))
- self._sort_formats(formats, ('height', 'width'))
+ self._sort_formats(formats)
return {
'id': video_id,