1
0
Fork 0

[extractor/hotstar] Add season support (#5479)

Closes #5473
Authored by: m4tu4g
This commit is contained in:
m4tu4g 2022-11-09 08:33:10 +05:30 committed by GitHub
commit db6fa6960c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 11 deletions

View file

@ -699,6 +699,7 @@ from .hotstar import (
HotStarIE,
HotStarPrefixIE,
HotStarPlaylistIE,
HotStarSeasonIE,
HotStarSeriesIE,
)
from .howcast import HowcastIE