jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.56k stars 464 forks source link

Please add the function of reading browser cookies instead of the verification method of importing cookie.txt #540

Open ericwang opened 1 month ago

ericwang commented 1 month ago

Is your feature request related to a problem? Please describe. Every time the cookie changes, cookie.txt becomes invalid. We have to repeat the export operation from the browser, which happens very frequently.

Describe the solution you'd like Is it possible to read browser cookies directly? Or allow users to add other ytdl command parameters such as "--cookies-from-browser firefox"

StefanLobbenmeier commented 1 month ago

That one is already included in my rewrite here (other features are missing though: https://github.com/StefanLobbenmeier/yt-dlp-compose/releases)