Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cookies] Update for chromium changes (#6897) | Matt Broadway | 2023-05-29 | 1 | -6/+12 |
| | | | Authored by: mbway | ||||
* | [cookies] Improve `LenientSimpleCookie` (#5195) | Simon Sawicki | 2022-10-11 | 1 | -0/+15 |
| | | | | Closes #5186 Authored by: Grub4K | ||||
* | [cookies] Parse cookies leniently (#4780) | Simon Sawicki | 2022-09-16 | 1 | -0/+146 |
| | | | | | Closes #4776, #3778 Authored by: Grub4K | ||||
* | [test] Fix `FakeYDL` signatures | pukkandan | 2022-06-21 | 1 | -4/+4 |
| | | | | Authored by: coletdjnz | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -2/+2 |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | ||||
* | [cookies] Support other keyrings (#2032) | Matt Broadway | 2021-12-27 | 1 | -2/+34 |
| | | | Authored by: mbway | ||||
* | [test/cookies] Improve logging | pukkandan | 2021-09-19 | 1 | -5/+18 |
| | |||||
* | [aes] Add `aes_gcm_decrypt_and_verify` (#1020) | Ákos Sülyi | 2021-09-19 | 1 | -2/+0 |
| | | | Authored by: sulyi, pukkandan | ||||
* | [hls,aes] Fallback to native implementation for AES-CBC | pukkandan | 2021-09-18 | 1 | -2/+2 |
| | | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938 | ||||
* | Add option `--cookies-from-browser` to load cookies from a browser (#488) | Matt Broadway | 2021-07-22 | 1 | -0/+96 |
* also adds `--no-cookies-from-browser` Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201 Authored by: mbway |