marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
820 stars 85 forks source link

add proxy option in setting tab #18

Closed keekychen closed 1 year ago

keekychen commented 1 year ago

yt-dlp support parameter --proxy URL, but I found I am not able to set that in yt-dlp-web-ui 's setting tab. could you add that function?

marcopeocchi commented 1 year ago

hi @keekychen, sure proxy is a valid option to have. It will be included.

marcopeocchi commented 1 year ago

@keekychen with the last update you can pass arbitrary params to yt-dlp, including the --proxy one. Enable the option to allow passing custom params/arguments in the settings page.