aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/udemy.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/udemy.py')
-rw-r--r--hypervideo_dl/extractor/udemy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/udemy.py b/hypervideo_dl/extractor/udemy.py
index bc5059b..74f638e 100644
--- a/hypervideo_dl/extractor/udemy.py
+++ b/hypervideo_dl/extractor/udemy.py
@@ -405,7 +405,7 @@ class UdemyIE(InfoExtractor):
if f.get('url'):
formats.append(f)
- self._sort_formats(formats, field_preference=('height', 'width', 'tbr', 'format_id'))
+ self._sort_formats(formats)
return {
'id': video_id,