aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/cookies.py
Commit message (Collapse)AuthorAgeFilesLines
* [cookies] Fix bug when keyring is unspecifiedpukkandan2021-12-301-1/+1
| | | | Closes #2167
* [cookies] Support other keyrings (#2032)Matt Broadway2021-12-271-56/+264
| | | Authored by: mbway
* [docs,cleanup] Improve docs and minor cleanuppukkandan2021-10-311-2/+2
| | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
* [cookies] Local State should be opened as utf-8pukkandan2021-10-221-1/+1
| | | | Closes #1276
* Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-201-8/+8
| | | Closes #1251
* [cookies] Fix keyring fallback (#1078)Matt Broadway2021-09-251-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ülyi2021-09-191-17/+6
| | | Authored by: sulyi, pukkandan
* [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-181-8/+3
| | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938
* [cookies] Make browser names case insensitivepukkandan2021-09-121-0/+1
|
* [cleanup] Miscpukkandan2021-09-051-2/+2
|
* [cookies] Print warning for cookie decoding error only oncepukkandan2021-09-041-5/+5
| | | | Closes #889
* [cookies] Handle errors when importing `keyring`pukkandan2021-07-231-4/+11
| | | | Workaround for #551
* [cookies] Handle `sqlite` `ImportError` gracefully (#554)Matt Broadway2021-07-231-1/+19
| | | | Closes #544 Authored by: mbway
* [cookies] bugfixpukkandan2021-07-221-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 Broadway2021-07-221-0/+730
* also adds `--no-cookies-from-browser` Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201 Authored by: mbway