diff --git a/youtube_dl/extractor/hotstar.py b/youtube_dl/extractor/hotstar.py index aae970213..59f0beb7e 100644 --- a/youtube_dl/extractor/hotstar.py +++ b/youtube_dl/extractor/hotstar.py @@ -101,7 +101,7 @@ class HotStarIE(InfoExtractor): 'series': video_data.get('contentTitle'), } -class HotStarPlaylistIE(HotStarBaseIE): +class HotStarPlaylistIE(InfoExtractor): IE_NAME = 'hotstar:playlist' _VALID_URL = r'https?://(?:www\.)?hotstar\.com/tv/(?P.+)/(?P\d+)/episodes/(?P\d{1,})'