-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotstar Episode List #23496
Comments
i want https://www.hotstar.com/in/tv/masterchef-india/s-830/meet-the-top-15/1260014948 |
@Joyhugo01 i was able to download all the master chef india episodes, but had to do it individually. The episode list page doesnt download all of them, but the individual episodes do. |
it loads only 20ep at a time so even using bs4 results in faulty data. |
you can use hotstar api for this with requests in python. |
- fix format extraction (closes ytdl-org#26690) - extract thumbnail URL (closes ytdl-org#16079, closes ytdl-org#20412) - support country specific playlist URLs (closes ytdl-org#23496) - select the last id in video URL (closes ytdl-org#26412)
Checklist
Description
From Hotstar, I can download individual episodes and also seasons. However, just a full episode list doesn't work. Says "Unsupported URL". Example:
https://www.hotstar.com/us/tv/masterchef-india/s-830/list/episodes/t-1_2_830
The text was updated successfully, but these errors were encountered: