Commit Graph

13 Commits (7c7f7161fc0d778cd74d8b89162ba9df3d4e5da8)

Author SHA1 Message Date
pukkandan 0930b11fda
[docs,cleanup] Improve docs and minor cleanup
Closes , , , , , , 
pukkandan ad0090d0d2
[cookies] Local State should be opened as utf-8
Closes 
pukkandan d3c93ec2b7
Don't create console for subprocesses on Windows ()
Closes 
Matt Broadway f440b14f87
[cookies] Fix keyring fallback ()
The password returned by `security find-generic-password` has a newline at the end

Closes 
Authored by: mbway
Ákos Sülyi 09906f554d
[aes] Add `aes_gcm_decrypt_and_verify` ()
Authored by: sulyi, pukkandan
pukkandan edf65256aa
[hls,aes] Fallback to native implementation for AES-CBC
and detect `Cryptodome` in addition to `Crypto`

Closes 
Related: 
pukkandan ca46b94134
[cookies] Make browser names case insensitive
pukkandan 526d74ec5a
[cleanup] Misc
pukkandan f9be9cb9fd
[cookies] Print warning for cookie decoding error only once
Closes 
pukkandan 063c409dfb
[cookies] Handle errors when importing `keyring`
Workaround for 
Matt Broadway 767b02a99b
[cookies] Handle `sqlite` `ImportError` gracefully ()
Closes 
Authored by: mbway
pukkandan 29b208f6f9
[cookies] bugfix
Fixes: https://github.com/yt-dlp/yt-dlp/pull/488#discussion_r674352059
Matt Broadway 982ee69a74
Add option `--cookies-from-browser` to load cookies from a browser ()
* also adds `--no-cookies-from-browser`

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201
Authored by: mbway