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.
how to configure youtebe-dl when using PAC on windows 7 #8278
Comments
|
PAC is not supported in youtube-dl. |
|
Yes, please. Really need PAC be supported. |
|
I have an experimental PAC support at https://github.com/yan12125/youtube-dl/tree/proxy-auto-config-support. There are some limitations in this version:
|
|
How do I use this and is this experiment already implemented in the Windows binary? |
|
It's not integrated into Windows binaries yet. The following steps should work:
|
What's the matter?What should I configure the authentication? |
|
Hmm two people encounter the same error, see #11447 |
|
thanks a lot |
|
has this function merged into official release? |
hi,
I use a PAC file on windows 7 to access the internet.
I try the command "youtube-dl --proxy http://127.0.0.1:16823/adf.pac https://www.youtube.com/watch?v=ByVPaqN9594" to download some files. but it failed.
i'm not sure if it' correct to set parameter. Could you help me?
Thanks.