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.
403 forbidden response when extracting info on a remote server #5299
Comments
|
For some sites (like youtube) the url may only work on the same computer and/or with specific http headers. You can try using the |
I have a python server on heroku, and I put youtube-dl there to allow Android client achieve media url of videos. But in contrast of when extracting a url locally on my pc, when doing it on the server it returns a url that is not valid for the end user (It says 403 status forbidden).
I guess it has to do with that maybe the url is generated such as it allowed only from the machine that asked for it, but is there any way through this?