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 a --dns-resolver option #4726
Comments
|
I think you should be able to achive the same effect by using |
|
@Kaligule Could you please show an example ? Even then we won't be able to know for sure what dns server youtube-dl sees Feel free to correct me if i am wrong On Thu, Jan 22, 2015 at 8:54 PM, Kaligule notifications@github.com wrote:
|
|
The main problem is not that we cannot hook up a custom resolver class, but that we need to actually implement (a simple subset of) DNS. Unless someone contributes the necessary code (basically a pure Python implementation of |
|
For those who are interested in it: I have a proof-of-concept branch at https://github.com/yan12125/youtube-dl/tree/custom-dns, which uses the ISC licensed dnspython. |
It would be nice to have a feature that allows you to state the nameserver you want youtube-dl to use to resolve domain name.Some common example include OpenDNS , Google Public dns etc....
Regards