diff --git a/youtube_dl/extractor/hotstar.py b/youtube_dl/extractor/hotstar.py index f1e83a08e..e0194feb4 100644 --- a/youtube_dl/extractor/hotstar.py +++ b/youtube_dl/extractor/hotstar.py @@ -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 {