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.
config.txt or youtube-dl.conf doesn't work #21411
Comments
|
finally solved somehow, I just open cmd
|
Checklist
Question
I downloaded the youtube-dl.exe and put it in V:\annie

and I put the config.txt (which contains these:

--proxy socks5://127.0.0.1:2080/
-o V:/annie/%(title)s.%(ext)s)
in the same path V:\annie

and added V:\annie to the windows path
but when I open cmd, download video using:youtube-dl [youtube video url]
it just didnt using my config to download a video(youtube be banned in china,so I need to use proxy setting to access)
so how to use my config,where to put my config.txt in when my youtube-dl.exe is in V:\youtube-dl
update:I even tried put it in where you said in readme.md