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

set proxy #187

Closed
mfaridi1394 opened this issue Feb 4, 2024 · 24 comments
Closed

set proxy #187

mfaridi1394 opened this issue Feb 4, 2024 · 24 comments
Assignees
Labels
bug Something isn't working

Comments

@mfaridi1394
Copy link

Description
Hi,
How I cant set proxy for this application for download ?

@mfaridi1394 mfaridi1394 added the enhancement New feature or request label Feb 4, 2024
@aandrew-me
Copy link
Owner

Hello
#150
Create a text file, put the proxy test in it, like --proxy http://localhost:8080, then select the file from Preferences -
image

@mfaridi1394
Copy link
Author

--proxy http://localhost:8080

Thanks
If I want use socks5 , what I must put in config file?

@aandrew-me
Copy link
Owner

aandrew-me commented Feb 4, 2024

Example
—proxy socks5://user:pass@127.0.0.1:1080/

@mfaridi1394
Copy link
Author

Example —proxy socks5://user:pass@127.0.0.1:1080/

config file does not work m because I get connection time out error

@aandrew-me
Copy link
Owner

You're likely doing something wrong, for example I used a public socks5 proxy from here,
so my config file looked like this

--proxy socks5://142.54.228.193:4145

And it worked without any problem

@mfaridi1394
Copy link
Author

You're likely doing something wrong, for example I used a public socks5 proxy from here, so my config file looked like this

--proxy socks5://142.54.228.193:4145

And it worked without any problem

I got this error
`
URL: https://www.youtube.com/watch?v=nb5oYkF3bI8

	ERROR: [youtube] nb5oYkF3bI8: Unable to download API page: (, 'Connection to www.youtube.com timed out. (connect timeout=20.0)') (caused by TransportError("(, 'Connection to www.youtube.com timed out. (connect timeout=20.0)')"))

	`

@aandrew-me
Copy link
Owner

Well that means likely something is wrong with your proxy. If you are using a public proxy, I may try it, otherwise I cant help

@mfaridi1394
Copy link
Author

Well that means likely something is wrong with your proxy. If you are using a public proxy, I may try it, otherwise I cant help

I set this proxy on another application and work like charm

@aandrew-me
Copy link
Owner

Did you try accessing YouTube with your proxy?

@mfaridi1394
Copy link
Author

Did you try accessing YouTube with your proxy?

I have another program for download from youtube and I set this proxy on it and work

@aandrew-me
Copy link
Owner

How does your config file look like?
(Remove sensitive details)

@mfaridi1394
Copy link
Author

How does your config file look like? (Remove sensitive details)

Hostname/IP:127.0.0.1
Port: 8080
ProxyType: Socks5 Proxy

@aandrew-me
Copy link
Owner

aandrew-me commented Feb 4, 2024

So your config file should look like this, if it is how you mentioned

--proxy socks5://127.0.0.1:8080

@mfaridi1394
Copy link
Author

So your config file should look like this, if it is how you mentioned

--proxy socks5://127.0.0.1:8080

I set this but I get timeout error

@aandrew-me
Copy link
Owner

Hm ok I am taking a look at the issue

@aandrew-me
Copy link
Owner

Hm I think I know your problem, you have to wait till the next update :(
Thanks for creating the issue

@aandrew-me
Copy link
Owner

It should work after next update. Then use this in config file

--no-check-certificate --proxy socks5://127.0.0.1:8080

@mfaridi1394
Copy link
Author

--no-check-certificate --proxy socks5://127.0.0.1:8080

OK, thanks I will wait for your next update

@aandrew-me
Copy link
Owner

Update will be available today, soon

@aandrew-me
Copy link
Owner

And I will likely add a proper proxy option in settings too later

@mfaridi1394
Copy link
Author

And I will likely add a proper proxy option in settings too later

Thanks

@aandrew-me aandrew-me added bug Something isn't working and removed enhancement New feature or request labels Feb 4, 2024
@aandrew-me
Copy link
Owner

Did you get to try?

@mfaridi1394
Copy link
Author

Did you get to try?

Thanks
after update and install new version problem solved and I can download from youtube.

Thanks
again

@aandrew-me
Copy link
Owner

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants