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.
Point me to the part of code where youtube-dl gets the video url, adds header and then create and send the request to the server. #5425
Comments
|
I'm closing the issue since it's not a problem with youtube-dl. You may want to look into these lines, for some urls you need to process the signature and that's a harder task (look into the |
I have tried extracting the video url from the webpage and use that in wget and curl out of curiosity, and as expected i get a 403. I would like to know how the entire request is created, for educational purpose. I have tried going through the source code of the youtube-dl extractor file for youtube but maybe i am not skilled enough to understand it. If someone could please point me in the right direction, that would be great.