youtube-dl/youtube_dl
dirkf a190b55964 [utils] Fix broken Py 3.11+ compat in `traverse_obj()`
* inspect.getargspec is missing despite doc claiming backward compat
* replace with emulation of `Signature.bind()`
2023-07-19 22:14:50 +01:00
..
downloader [downloader/external] Fix cookie support 2023-07-18 10:50:46 +01:00
extractor [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlp 2023-07-19 22:14:50 +01:00
postprocessor
YoutubeDL.py [core] Process header cookies on loading 2023-07-18 10:50:46 +01:00
__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] Fix broken Py 3.11+ compat in `traverse_obj()` 2023-07-19 22:14:50 +01:00
version.py