Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Extractor error has occured #26441
Extractor error has occured #26441
Comments
|
Interesting, when pulling the content for that link, the 'contentId' youtube-dl is calling out is listed under a section called "legacy_details", so the value returned as "video_data" is None, which throws a KeyError. youtube-dl/youtube_dl/extractor/hotstar.py Lines 110 to 116 in f5863a3 There are three items in app_state.values() on line 110, the first is the one we want and the other two are None. But because of the nested 'contentId', we can't find it.
|
|
@merval can u make PR with the fix pls |
|
Please make PR to fix this. |
Checklist
Verbose log
Description
How to resolve this error and download the video from hotstar?