1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 16:34:00 -04:00

[Hotstar] Add HotStarSeriesIE (#366)

Authored by: Ashish0804
This commit is contained in:
Ashish
2021-06-01 20:14:03 +05:30
committed by GitHub
parent 4040428efc
commit 6e6390321c
2 changed files with 47 additions and 1 deletions

View File

@@ -505,6 +505,7 @@ from .hotnewhiphop import HotNewHipHopIE
from .hotstar import (
HotStarIE,
HotStarPlaylistIE,
HotStarSeriesIE,
)
from .howcast import HowcastIE
from .howstuffworks import HowStuffWorksIE