1
0
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:
Johns Mathew 2017-02-12 19:04:20 +05:30 committed by GitHub
parent a0b875578c
commit f69607eeac

View File

@ -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 {