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')),
|
'width': int_or_none(format_data.get('width')),
|
||||||
'height': int_or_none(format_data.get('height')),
|
'height': int_or_none(format_data.get('height')),
|
||||||
})
|
})
|
||||||
self._remove_duplicate_formats(formats)
|
self._remove_duplicate_formats_by_id(formats)
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user