alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.29k stars 397 forks source link

Network Proxy settings #360

Closed ramondsq closed 9 months ago

ramondsq commented 9 months ago

It requires network proxy to access YouTube or other websites in some regions.

I'd like to suggest to add a way to configure the proxy setting.

In yt-dlp , it could be done by adding the parameter --proxy URL .

Thank you for building this great tool.

PikuZheng commented 9 months ago

try YTDL_OPTIONS={"proxy":"proxy url"}

ramondsq commented 9 months ago

try YTDL_OPTIONS={"proxy":"proxy url"}

I solved my problem. Thank you.