yt-dlp/yt_dlp
PuppyPi 5ff34751a3
Update cookies.py to support parsing manual cookies files
Fix the "invalid length 8" errors for valid lines.

Previously, on my system at least, it couldn't parse either its own output or the output of cookies.txt files I had because of not removing the trailing '\n' from the line and considering it an extra entry, putting the number at 8 not 7.
2024-12-22 06:42:41 +00:00
..
__pyinstaller [rh:curlcffi] Add support for curl_cffi 2024-03-16 23:15:11 -05:00
compat [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
dependencies [core] Catch broken Cryptodome installations (#11486) 2024-11-10 00:53:49 +01:00
downloader [cleanup] Bump ruff to 0.8.x (#11608) 2024-12-02 16:29:30 +01:00
extractor [ie/soundcloud] Various fixes (#11820) 2024-12-15 20:16:04 +00:00
networking [cleanup] Misc (#10807) 2024-09-27 22:46:22 +00:00
postprocessor [cleanup] Bump ruff to 0.8.x (#11608) 2024-12-02 16:29:30 +01:00
utils [cleanup] Bump ruff to 0.8.x (#11608) 2024-12-02 16:29:30 +01:00
__init__.py [cleanup] Bump ruff to 0.8.x (#11608) 2024-12-02 16:29:30 +01:00
__main__.py [docs] Misc Cleanup (#8977) 2024-03-11 00:48:47 +05:30
aes.py [cleanup] Bump ruff to 0.8.x (#11608) 2024-12-02 16:29:30 +01:00
cache.py [cleanup] Add more ruff rules (#10149) 2024-06-12 01:09:58 +02:00
cookies.py Update cookies.py to support parsing manual cookies files 2024-12-22 06:42:41 +00:00
jsinterp.py [jsinterp] Improve slice implementation (#10664) 2024-08-05 20:28:24 +00:00
minicurses.py [docs] Consistent use of e.g. (#4643) 2022-08-14 17:34:13 +05:30
options.py [cleanup] Misc (#11554) 2024-11-17 23:25:05 +00:00
plugins.py [cleanup] Bump ruff to 0.8.x (#11608) 2024-12-02 16:29:30 +01:00
socks.py [cleanup] Add more ruff rules (#10149) 2024-06-12 01:09:58 +02:00
update.py [update] Check 64-bitness when upgrading ARM builds (#11819) 2024-12-15 19:55:30 +00:00
version.py Release 2024.12.13 2024-12-13 10:35:40 +00:00
webvtt.py [cleanup] Add more ruff rules (#10149) 2024-06-12 01:09:58 +02:00
YoutubeDL.py [cleanup] Bump ruff to 0.8.x (#11608) 2024-12-02 16:29:30 +01:00