-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not using yt-dlp proxy setup? #246
Comments
Sorry for the late reply. No, it is the default behavior of yt-dlp when used as a Python module. So if you use yt-dlp from the command line it will be able to read its configuration file, not if you use its Python module. |
so the GUI Interface Proxy Configuration is a new feature waiting to be implemented? |
For now, only use proxychains to call the AppImage will work in Linux if have to use a proxy. |
Exactly, but since tools like proxychains exist, the priority of this feature is secondary for now. |
Hi @LeisureLinux , |
~ ᐅ uname -a
Linux debian-01 6.3.0-7-generic #7-Ubuntu SMP PREEMPT_DYNAMIC Thu Jun 8 16:02:30 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
~ ᐅ yt-dlp --version
2023.07.06
~ ᐅ cat ~/.config/yt-dlp/config
--proxy http://192.168.6.166:8888/
As above, I can use yt-dlp in terminal without specify the proxy url in command line.
But when in GUI videomass, it call yt-dlp, is not using the proxy url in config file.
Is it a bug?
The text was updated successfully, but these errors were encountered: