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.
Receiving 403 Forbidden error when video is accessible in browser #26919
Comments
|
first play this video - https://www.documentarymania.com/player.php?title=The+Body+vs+Coronavirus and skip to almost to the end of the video and let it stop. copy the first URL, open a new tab - paste in the URL and hit enter, the video should play this work best using the firefox web browser and the brave web browser |
|
The generic info extractor is obtaining the incorrect url. You can see in the verbose output where it says: It looks like it's happening here. I believe this line is pulling the following content from the webpage: You can see that "contentUrl" is "https://www.documentarymania.com/Videos/", and it looks like this value is used here, before being merged here. Tested using the following: I'm not authority on schemas, but per https://schema.org/VideoObject (the |
Checklist
Question
I am attempting to download a video from the website documentarymania.com and am not able to download some videos. I can access these videos in a browser normally. I have tried changing the user agent used by youtube-dl and setup an EC2 instance and tried from there as well to rule out my IP address being filtered. Verbose output is below: