You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cookies): add cookie support for yt-dlp (YouTube auth) closes#41
Add CookiesFromBrowser and CookiesFile config options.
CookiesFromBrowser (e.g. 'firefox') reads fresh cookies each run.
CookiesFile points to a Netscape cookies.txt (less reliable).
0 commit comments