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.
Bind to specific IP #721
Bind to specific IP #721
Comments
|
Sorry, there is no option for that at the moment. You're welcome to contribute one though |
|
I do not see the need to add that option to youtube-dl |
|
I would use external tooling here, too. |
|
Starting from youtube-dl 2015.01.10.1, you can make use of the |
|
has anybody tried --source-adress option ? i cant use it youtube-dl.exe --source-adsress [IP] -g [url] not working |
|
@codaman open a new issue with all necessary information. |
|
may be it is not a problem may be its my fault. youtube-dl.exe --source-adsress [IP] -g [url] is correct ? |
|
@codaman How do you expect us to diagnose the problem when you don't show us even the error message? In any case, to answer your question, yes, I have tried the |
|
youtube-dl --source-address 195.46.137.11 -g https://www.youtube.com/watch?v=R-qlQe8R2Cs i'm getting this error ERROR: Unable to download webpage: <urlopen error [Errno 49] Can't assign requested address> (caused by URLError(error(49, "Can't assign requested address"),)) |
|
@codaman Please open a new issue. Don't forget to include other helpful debugging information, for example the output of |
|
@phihag thank you for advice. i've created a new issue |
Hi. How can I bind youtube-dl so that it uses a specific IP/interface, instead of the default one, while downloading?