marcopeocchi / yt-dlp-web-ui

A terrible web ui for yt-dlp. Designed to be self-hosted.
Mozilla Public License 2.0
660 stars 68 forks source link

I hope to add a feature that allows defining the required cookies based on the requested domain name. yt-dlp supports many websites, and to obtain the highest quality video, it is necessary to carry a cookie in the request interface. #104

Closed sakurayun closed 3 months ago

sakurayun commented 7 months ago

I hope to add a feature that allows defining the required cookies based on the requested domain name. yt-dlp supports many websites, and to obtain the highest quality video, it is necessary to carry a cookie in the request interface. For instance, with Bilibili, to obtain quality above 720P, it is necessary to use a cookie when making a request to the interface.

mchangrh commented 7 months ago

Cookies already handle per-website cookies

marcopeocchi commented 7 months ago

Hello @sakurayun!

The web-ui already supports cookies handling. Just paste your netscape formatted cookies in the settings page.