aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cookies.py
Commit message (Collapse)AuthorAgeFilesLines
* [cookies] Update for chromium changes (#6897)Matt Broadway2023-05-291-6/+12
| | | Authored by: mbway
* [cookies] Improve `LenientSimpleCookie` (#5195)Simon Sawicki2022-10-111-0/+15
| | | | Closes #5186 Authored by: Grub4K
* [cookies] Parse cookies leniently (#4780)Simon Sawicki2022-09-161-0/+146
| | | | | Closes #4776, #3778 Authored by: Grub4K
* [test] Fix `FakeYDL` signaturespukkandan2022-06-211-4/+4
| | | | Authored by: coletdjnz
* [cleanup] Sort importspukkandan2022-04-121-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 Broadway2021-12-271-2/+34
| | | Authored by: mbway
* [test/cookies] Improve loggingpukkandan2021-09-191-5/+18
|
* [aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi2021-09-191-2/+0
| | | Authored by: sulyi, pukkandan
* [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-181-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 Broadway2021-07-221-0/+96
* also adds `--no-cookies-from-browser` Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201 Authored by: mbway