youtube-dl/youtube_dl
dirkf d9d07a9581 [utils] Improve js_to_json, align with yt-dlp
* support variable substitution, from https://github.com/yt-dlp/yt-dlp/pull/#521 etc,
  thanks ChillingPepper, Grub4k, pukkandan
* improve escape handling, from https://github.com/yt-dlp/yt-dlp/pull/#521
  thanks Grub4k
* support template strings from https://github.com/yt-dlp/yt-dlp/pull/6623
  thanks Grub4k
* add limited `!` evaluation (eg, !!0 -> false, see tests)
2023-07-19 22:14:50 +01:00
..
downloader [downloader/external] Fix cookie support 2023-07-18 10:50:46 +01:00
extractor [YouTube] Avoid crash in author extraction 2023-06-22 23:14:21 +01:00
postprocessor
__init__.py [workflows/ci.yml] Restore test support for Py 3.2 2023-07-05 22:51:15 +01:00
__main__.py
aes.py
cache.py
casefold.py [compat] Fix casefold import __all__ syntax in a19855f 2023-05-23 17:11:22 +01:00
compat.py [compat] Fix old Pythons broken loading of valueless cookie attributes 2023-07-18 10:50:46 +01:00
jsinterp.py [test] Fixes for old Pythons 2023-07-18 10:50:46 +01:00
options.py [doc] Warn against setting cookies with --add-header 2023-07-18 10:50:46 +01:00
socks.py
swfinterp.py
update.py
utils.py [utils] Improve js_to_json, align with yt-dlp 2023-07-19 22:14:50 +01:00
version.py
YoutubeDL.py [core] Process header cookies on loading 2023-07-18 10:50:46 +01:00