1
0
Fork 0

[Hotstar] Add HotStarSeriesIE (#366)

Authored by: Ashish0804
This commit is contained in:
Ashish 2021-06-01 20:14:03 +05:30 committed by GitHub
commit 6e6390321c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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