aboutsummaryrefslogtreecommitdiff
path: root/test/test_cookies.py
AgeCommit message (Collapse)Author
2024-06-22[cookies] Fix `--cookies-from-browser` DE detection on Linux (#10237)Peisen Wang
Align with chromium source by parsing every part of `XDG_CURRENT_DESKTOP` Authored by: peisenwang
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-04-01[cleanup] Standardize `import datetime as dt` (#8978)pukkandan
2023-05-29[cookies] Update for chromium changes (#6897)Matt Broadway
Authored by: mbway
2022-10-11[cookies] Improve `LenientSimpleCookie` (#5195)Simon Sawicki
Closes #5186 Authored by: Grub4K
2022-09-16[cookies] Parse cookies leniently (#4780)Simon Sawicki
Closes #4776, #3778 Authored by: Grub4K
2022-06-21[test] Fix `FakeYDL` signaturespukkandan
Authored by: coletdjnz
2022-04-12[cleanup] Sort importspukkandan
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2021-12-27[cookies] Support other keyrings (#2032)Matt Broadway
Authored by: mbway
2021-09-19[test/cookies] Improve loggingpukkandan
2021-09-19[aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi
Authored by: sulyi, pukkandan
2021-09-18[hls,aes] Fallback to native implementation for AES-CBCpukkandan
and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938
2021-07-22Add option `--cookies-from-browser` to load cookies from a browser (#488)Matt Broadway
* also adds `--no-cookies-from-browser` Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201 Authored by: mbway