1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[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
parent b5bd057fe8
commit 4bd9a7ade7
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