mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-07 08:45:24 +00:00
[formatsort] Remove unnecessary field_preference from extractors
These were written with the old format sorting in mind and is no longer needed
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user