mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 15:12:50 +08:00
Remove Duplicate Formats
Remove duplicate formats from various platforms (filtered using format_id)
This commit is contained in:
parent
a0b875578c
commit
f69607eeac
@ -72,7 +72,7 @@ class HotStarIE(InfoExtractor):
|
||||
'width': int_or_none(format_data.get('width')),
|
||||
'height': int_or_none(format_data.get('height')),
|
||||
})
|
||||
self._remove_duplicate_formats(formats)
|
||||
self._remove_duplicate_formats_by_id(formats)
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user