mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 18:12:51 +08:00
[hotstar] changed base class of hotstarplaylist
This commit is contained in:
parent
ee5c2ea0ff
commit
0500037160
@ -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<playlist_title>.+)/(?P<series_id>\d+)/episodes/(?P<playlist_id>\d{1,})'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user