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

[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
parent 3b87f4d943
commit db6fa6960c
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