Skip to content
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

Closed
LeisureLinux opened this issue Aug 26, 2023 · 5 comments · Fixed by #291
Closed

not using yt-dlp proxy setup? #246

LeisureLinux opened this issue Aug 26, 2023 · 5 comments · Fixed by #291
Labels
Feature Request Request for a new feature not yet implemented Solved This issue or PR is resolved

Comments

@LeisureLinux
Copy link

~ ᐅ 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?

@jeanslack
Copy link
Owner

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 to have a certain feature (for example use a proxy), it must first be implemented in the Videomass GUI.

@LeisureLinux
Copy link
Author

so the GUI Interface Proxy Configuration is a new feature waiting to be implemented?

@LeisureLinux
Copy link
Author

For now, only use proxychains to call the AppImage will work in Linux if have to use a proxy.

@jeanslack
Copy link
Owner

so the GUI Interface Proxy Configuration is a new feature waiting to be implemented?

Exactly, but since tools like proxychains exist, the priority of this feature is secondary for now.

@jeanslack jeanslack added the Feature Request Request for a new feature not yet implemented label Nov 28, 2023
@jeanslack
Copy link
Owner

jeanslack commented Feb 10, 2024

Hi @LeisureLinux ,
I'm trying to implement the ability to use a proxy on Videomass. But I would also need your help to test how it works. Would you be willing to collaborate to make this implementation possible?

@jeanslack jeanslack added the Solved This issue or PR is resolved label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request for a new feature not yet implemented Solved This issue or PR is resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants