aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/cookies.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [cleanup] Miscpukkandan2021-09-051-2/+2
|
* [cookies] Print warning for cookie decoding error only oncepukkandan2021-09-041-5/+5
| | | | Closes #889
* [cookies] Handle errors when importing `keyring`pukkandan2021-07-231-4/+11
| | | | Workaround for #551
* [cookies] Handle `sqlite` `ImportError` gracefully (#554)Matt Broadway2021-07-231-1/+19
| | | | Closes #544 Authored by: mbway
* [cookies] bugfixpukkandan2021-07-221-1/+1
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/pull/488#discussion_r674352059
* Add option `--cookies-from-browser` to load cookies from a browser (#488)Matt Broadway2021-07-221-0/+730
* also adds `--no-cookies-from-browser` Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201 Authored by: mbway