You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
dirkf 06da64ee51 [utils] Update traverse_obj() from yt-dlp
* remove `is_user_input` option per https://github.com/yt-dlp/yt-dlp/pull/8673
* support traversal of compat_xml_etree_ElementTree_Element per https://github.com/yt-dlp/yt-dlp/pull/8911
* allow un/branching using all and any per https://github.com/yt-dlp/yt-dlp/pull/9571
* support traversal of compat_cookies.Morsel and multiple types in `set()` keys per https://github.com/yt-dlp/yt-dlp/pull/9577
thx Grub4k for these
* also, move traversal tests to a separate class
* allow for unordered dicts in tests for Py<3.7
8 months ago
..
downloader [external/FFmpeg] Fix and improve --ffmpeg-location handling 10 months ago
extractor [YouPorn] Add playlist extractors 9 months ago
postprocessor [postprocessor/ffmpeg] Fix finding ffprobe (bug in 21792b8) 10 months ago
YoutubeDL.py [core] Fix format string injection for metadata JSON filename message. 1 year ago
__init__.py [workflows/ci.yml] Restore test support for Py 3.2 2 years ago
__main__.py
aes.py [netease] Get netease music download url through player api (#31235) 2 years ago
cache.py [compat] Use `compat_open()` 2 years ago
casefold.py [compat] Fix casefold import __all__ syntax in a19855f 2 years ago
compat.py [utils] Update traverse_obj() from yt-dlp 8 months ago
jsinterp.py [test] Fixes for old Pythons 2 years ago
options.py [doc] Warn against setting cookies with --add-header 2 years ago
socks.py [socks] Report errors elegantly when credentails are required but missing 8 years ago
swfinterp.py [utils] Avoid comparing `type(var)`, etc, to pass new Linter rules 2 years ago
update.py [build] Extend use of `devscripts/utils` 2 years ago
utils.py [utils] Update traverse_obj() from yt-dlp 8 months ago
version.py release 2021.12.17 3 years ago