diff options
Diffstat (limited to 'youtube_dlc/extractor/umg.py')
-rw-r--r-- | youtube_dlc/extractor/umg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/umg.py b/youtube_dlc/extractor/umg.py index d815cd9a6..8c84f2009 100644 --- a/youtube_dlc/extractor/umg.py +++ b/youtube_dlc/extractor/umg.py @@ -91,7 +91,7 @@ class UMGDeIE(InfoExtractor): if not formats: for format_id in (867, 836, 940): add_m3u8_format(format_id) - self._sort_formats(formats, ('width', 'height', 'filesize', 'tbr')) + self._sort_formats(formats) return { 'id': video_id, |