1
0
Fork 0
yt-mp3-ui/yt_dlp
bashonly 43229d1d5f
[cookies] Ignore cookies with control characters (#15862)
http.cookies.Morsel was patched in Python 3.14.3 and 3.13.12
to raise a CookieError if the cookie name, value or any attribute
of its input contains a control character.

yt_dlp.cookies.LenientSimpleCookie now preemptively discards
any cookies containing control characters, which is consistent
with its more lenient parsing.

Ref: https://github.com/python/cpython/issues/143919

Closes #15849
Authored by: bashonly, syphyr

Co-authored-by: syphyr <syphyr@gmail.com>
2026-02-16 19:59:34 +00:00
..
__pyinstaller [ie/youtube] Implement external n/sig solver (#14157) 2025-10-31 23:13:04 +01:00
compat Remove Python 3.9 support (#13861) 2025-10-15 10:25:21 +00:00
dependencies [ie/youtube] Implement external n/sig solver (#14157) 2025-10-31 23:13:04 +01:00
downloader [ie/soop] Support subscription-only VODs (#15523) 2026-01-30 00:25:58 +00:00
extractor [ie/MatchiTV] Add extractor (#15204) 2026-02-12 08:14:56 +00:00
networking [rh:curl_cffi] Support curl_cffi 0.14.x (#15613) 2026-01-18 23:40:37 +00:00
postprocessor Fix --parse-metadata when TO is a single field name (#14577) 2026-01-05 03:19:30 +00:00
utils [ie/visir] Add extractor (#15811) 2026-02-04 15:33:00 +00:00
__init__.py [ie/youtube] Implement external n/sig solver (#14157) 2025-10-31 23:13:04 +01:00
__main__.py
aes.py Remove Python 3.9 support (#13861) 2025-10-15 10:25:21 +00:00
cache.py
cookies.py [cookies] Ignore cookies with control characters (#15862) 2026-02-16 19:59:34 +00:00
globals.py [ie/youtube] Implement external n/sig solver (#14157) 2025-10-31 23:13:04 +01:00
jsinterp.py Remove Python 3.9 support (#13861) 2025-10-15 10:25:21 +00:00
minicurses.py
options.py [ie/tver:olympic] Add extractor (#15885) 2026-02-09 20:56:39 +00:00
plugins.py Remove Python 3.9 support (#13861) 2025-10-15 10:25:21 +00:00
socks.py
update.py [update] Fix PyInstaller onedir variant detection (#14800) 2025-10-27 23:21:38 +00:00
version.py Release 2026.02.04 2026-02-04 00:31:48 +00:00
webvtt.py Remove Python 3.9 support (#13861) 2025-10-15 10:25:21 +00:00
YoutubeDL.py Fix concurrent formats downloading to stdout (#15617) 2026-01-28 03:57:09 +00:00