aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/cookies.py
Commit message (Expand)AuthorAgeFilesLines
* [cookies] Containers JSON should be opened as utf-8 (#7800)bashonly2023-08-121-1/+1
* [networking] Remove dot segments during URL normalization (#7662)coletdjnz2023-07-281-3/+3
* [cleanup] Misc fixespukkandan2023-07-221-5/+5
* [utils] Add temporary shim for loggingpukkandan2023-07-151-19/+4
* [fd/external] Scope cookiesbashonly2023-07-061-0/+7
* [cleanup] Miscpukkandan2023-06-211-0/+4
* [cookies] Revert compatibility breakage in b38d4c941d1993ab27e4c0f8e024e23c2e...pukkandan2023-06-211-10/+10
* [cookies] Update for chromium changes (#6897)Matt Broadway2023-05-291-49/+138
* [cookies] Support custom Safari cookies path (#6783)Nam Vu2023-05-291-7/+11
* [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091)coletdjnz2023-05-271-1/+143
* [cookies] Defer extraction of v11 key from keyringSimon Sawicki2023-03-081-2/+8
* [cookies] Improve `LenientSimpleCookie` (#5195)Simon Sawicki2022-10-111-17/+13
* [cookies] Let `_get_mac_keyring_password` fail gracefullypukkandan2022-09-261-1/+4
* Improve 5736d79172c47ff84740d5720467370a560febadpukkandan2022-09-171-2/+2
* [cookies] Parse cookies leniently (#4780)Simon Sawicki2022-09-161-0/+96
* Fix bug in 941e881e1fe20ee8955f3b751ce26953d9e86656 (#4893)bashonly2022-09-111-1/+2
* [cleanup] Miscpukkandan2022-09-011-2/+8
* [cookies] Improve container support (#4806)bashonly2022-09-011-14/+14
* [cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly2022-08-301-9/+36
* Import ctypes only when necessarypukkandan2022-08-031-3/+4
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-2/+2
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+1
* [compat] Remove more functionspukkandan2022-06-251-4/+5
* [utils] `Popen`: Refactor to use contextmanagerpukkandan2022-06-161-21/+12
* [cleanup] Misc fixespukkandan2022-06-111-6/+3
* [cookies] Detect profiles for cygwin/BSD (#3975)Christoph Moench-Tegeder2022-06-061-18/+12
* Fix color in `-q -F`pukkandan2022-05-171-1/+1
* Bugfix for 241464919271278831f23b3a086dcf57aeb80d3bpukkandan2022-05-171-4/+2
* [cleanup] Misc cleanuppukkandan2022-05-171-14/+2
* [cookies] Throttle progress-barpukkandan2022-05-121-4/+10
* [cookies] Allow `cookiefile` to be a text streampukkandan2022-05-111-2/+5
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-10/+10
* [dependencies] Create module with all dependency importspukkandan2022-04-211-26/+9
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-19/+16
* [cleanup] Sort importspukkandan2022-04-121-10/+2
* [cleanup] Upgrade syntaxpukkandan2022-04-121-29/+29
* [cookies] Report progress when importing cookiespukkandan2022-04-101-38/+86
* [cleanup] Misc fixespukkandan2022-04-051-5/+6
* [cookies] Update MacOS12 `Cookies.binarycookies` location (#2742)Michael Pauley2022-02-141-1/+4
* [aes] Add unpad_pkcs7pukkandan2022-02-011-4/+7
* [cookies] Fix keyring selection for unsupported desktopspukkandan2022-01-241-2/+1
* [cookies] Fix bug when keyring is unspecifiedpukkandan2021-12-301-1/+1
* [cookies] Support other keyrings (#2032)Matt Broadway2021-12-271-56/+264
* [docs,cleanup] Improve docs and minor cleanuppukkandan2021-10-311-2/+2
* [cookies] Local State should be opened as utf-8pukkandan2021-10-221-1/+1
* Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-201-8/+8
* [cookies] Fix keyring fallback (#1078)Matt Broadway2021-09-251-7/+12
* [aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi2021-09-191-17/+6
* [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-181-8/+3
* [cookies] Make browser names case insensitivepukkandan2021-09-121-0/+1