Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cookies] Fix bug when keyring is unspecified | pukkandan | 2021-12-30 | 1 | -1/+1 |
| | | | | Closes #2167 | ||||
* | [cookies] Support other keyrings (#2032) | Matt Broadway | 2021-12-27 | 1 | -56/+264 |
| | | | Authored by: mbway | ||||
* | [docs,cleanup] Improve docs and minor cleanup | pukkandan | 2021-10-31 | 1 | -2/+2 |
| | | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492 | ||||
* | [cookies] Local State should be opened as utf-8 | pukkandan | 2021-10-22 | 1 | -1/+1 |
| | | | | Closes #1276 | ||||
* | Don't create console for subprocesses on Windows (#1261) | pukkandan | 2021-10-20 | 1 | -8/+8 |
| | | | Closes #1251 | ||||
* | [cookies] Fix keyring fallback (#1078) | Matt Broadway | 2021-09-25 | 1 | -7/+12 |
| | | | | | | The password returned by `security find-generic-password` has a newline at the end Closes #1073 Authored by: mbway | ||||
* | [aes] Add `aes_gcm_decrypt_and_verify` (#1020) | Ákos Sülyi | 2021-09-19 | 1 | -17/+6 |
| | | | Authored by: sulyi, pukkandan | ||||
* | [hls,aes] Fallback to native implementation for AES-CBC | pukkandan | 2021-09-18 | 1 | -8/+3 |
| | | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938 | ||||
* | [cookies] Make browser names case insensitive | pukkandan | 2021-09-12 | 1 | -0/+1 |
| | |||||
* | [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 |