1
0
Fork 0

[ie/hotstar:series] Fix extractor (#13564)

* Removes HotStarSeasonIE and HotStarPlaylistIE

Authored by: bashonly
This commit is contained in:
bashonly 2025-06-28 18:30:51 -05:00 committed by GitHub
commit 4bd9a7ade7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 96 deletions

View file

@ -805,9 +805,7 @@ from .holodex import HolodexIE
from .hotnewhiphop import HotNewHipHopIE
from .hotstar import (
HotStarIE,
HotStarPlaylistIE,
HotStarPrefixIE,
HotStarSeasonIE,
HotStarSeriesIE,
)
from .hrefli import HrefLiRedirectIE