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.
Need help with a little improvement. #2334
Comments
|
There is now the option |
|
Yep, |
Hello, like 6 month ago i added a custom option to youtube-dl (bindaddress) in order to bind an ip address to youtube-dl video info get and video download, fo this i added this in init.py:
def _real_main(argv=None):
I updated youtube-dl 2 days ago and ofc, this custom functionality does not work anymore, i know that this option works untill this commit: 79d09f4
maybe someone knows how o reimport it ? or another way to bind my ip addresses to youtube-dl.
Thanks.