Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [cleanup] Misc | pukkandan | 2021-09-05 | 1 | -2/+2 | |
| | ||||||
* | [cookies] Print warning for cookie decoding error only once | pukkandan | 2021-09-04 | 1 | -5/+5 | |
| | | | | Closes #889 | |||||
* | [cookies] Handle errors when importing `keyring` | pukkandan | 2021-07-23 | 1 | -4/+11 | |
| | | | | Workaround for #551 | |||||
* | [cookies] Handle `sqlite` `ImportError` gracefully (#554) | Matt Broadway | 2021-07-23 | 1 | -1/+19 | |
| | | | | Closes #544 Authored by: mbway | |||||
* | [cookies] bugfix | pukkandan | 2021-07-22 | 1 | -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 Broadway | 2021-07-22 | 1 | -0/+730 | |
* also adds `--no-cookies-from-browser` Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201 Authored by: mbway |