-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Currently it seems the PREFERRED_BROWSER option only allows extracting cookies directly from the browser profile, however, yt-dlp supports an alternative method for extracting cookies:
yt-dlp --cookies-from-browser "browser" --cookies cookies.txt
yt-dlp --cookies cookies.txt "video"
This extracts and then stores cookies in a text file, and afterwards they can be used with a desired video link.
Would it be possible to add this to yt-x as an optional alternative for PREFERRED_BROWSER to allow using cookies from a text file?
Kozi801
Metadata
Metadata
Assignees
Labels
No labels