aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/xhamster.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/extractor/xhamster.py')
-rw-r--r--youtube_dlc/extractor/xhamster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/xhamster.py b/youtube_dlc/extractor/xhamster.py
index f73b9778f..1c9398986 100644
--- a/youtube_dlc/extractor/xhamster.py
+++ b/youtube_dlc/extractor/xhamster.py
@@ -231,7 +231,7 @@ class XHamsterIE(InfoExtractor):
'Referer': standard_url,
},
})
- self._sort_formats(formats, field_preference=('height', 'width', 'tbr', 'format_id'))
+ self._sort_formats(formats)
categories_list = video.get('categories')
if isinstance(categories_list, list):