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.
allow selecting source IP #174
Comments
|
Should be possible, although the code required / usefulness ratio is probably large, so I won't prioritize this. Aside from a patch for rtmpdump (a program we call for RTMP streams), this needs to be set just for HTTP connections. Patches for this feature are welcome - I'll look into it when I have the time. |
|
Hi |
|
In current versions of youtube-dl (see our FAQ if you need help updating) this possible via the |
Hi
Is it possible to select the source IP through an option? My linux server has multiple IP addresses. Curl and Wget have options which allow me to download a file using any of my IPs but it seems you're using neither of them.
if possible please add a source IP like this:
--interface eth0:1
or --interface 192.168.1.5
Thanks