1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[hotstar] Refactor extractors

Closes #3517
This commit is contained in:
pukkandan
2022-04-22 13:16:24 +05:30
parent 6534298b12
commit a1ddaa899c
2 changed files with 126 additions and 110 deletions

View File

@ -616,6 +616,7 @@ from .hitrecord import HitRecordIE
from .hotnewhiphop import HotNewHipHopIE
from .hotstar import (
HotStarIE,
HotStarPrefixIE,
HotStarPlaylistIE,
HotStarSeriesIE,
)