diff options
author | Ashish <39122144+Ashish0804@users.noreply.github.com> | 2021-06-01 20:14:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 20:14:03 +0530 |
commit | 6e6390321c3937e26c3f51ee1840d9e97764371f (patch) | |
tree | 8e49a3784f9b9028ebb99bc2852eec68a2bd3abf /yt_dlp/extractor/extractors.py | |
parent | 4040428efceb0aad9848eb75fc56c79caddcbb3d (diff) |
[Hotstar] Add HotStarSeriesIE (#366)
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 8a99b2a3d..ada6fa619 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -505,6 +505,7 @@ from .hotnewhiphop import HotNewHipHopIE from .hotstar import ( HotStarIE, HotStarPlaylistIE, + HotStarSeriesIE, ) from .howcast import HowcastIE from .howstuffworks import HowStuffWorksIE |