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.
Add client ip option while extracting url #23618
Comments
|
Technically impossible. |
Checklist
Description
I extracted a video URL with -g, but it does not play on another machine / in my web browser. I know In many cases, requests for the video (to download/play it) must come from the same IP . Is it possible to add an option to provide the fake ip while extracting the url, for example, youtube-dl -client-ip 192.168.0.1 -g http://www.youtube.com/...