Tzahi12345 / YoutubeDL-Material

Self-hosted YouTube downloader built on Material Design
MIT License
2.66k stars 276 forks source link

--proxy arg does not work #323

Open RedSpid3r opened 3 years ago

RedSpid3r commented 3 years ago

Entering --proxy socks5://IP:PORT via extra args field does not work, app does not use proxy server

Tzahi12345 commented 3 years ago

Try using the docker-compose method if you're on Docker, let me know if this works!

frizkey commented 2 years ago

I stumble an issue like this, maybe you add a double comma between arg and value like the following --proxy,,socks5://IP:PORT will fix it.