From f69607eeacdb666a4f9901d3c7e8dd8f13d426dc Mon Sep 17 00:00:00 2001 From: Johns Mathew Date: Sun, 12 Feb 2017 19:04:20 +0530 Subject: [PATCH] Remove Duplicate Formats Remove duplicate formats from various platforms (filtered using format_id) --- youtube_dl/extractor/hotstar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {