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.68k stars 473 forks source link

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

Open ericwang opened 2 months ago

ericwang commented 2 months 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 2 months ago

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