1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-19 08:30:29 +00:00
youtube-dl/youtube_dl
dirkf 27e6af1123 [utils] Align traverse_obj() with yt-dlp
Thanks Grub4k for these:
* traverse `Iterable`s, from https://github.com/yt-dlp/yt-dlp/pull/6902, etc
* traverse `set` key for transformations/filters, `re.Match` group names, from
  776995bc10, etc
* traverse `re.Match`es, from https://github.com/yt-dlp/yt-dlp/pull/5174
* always return list when branching, from https://github.com/yt-dlp/yt-dlp/pull/5170
2023-07-18 19:27:45 +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] Align traverse_obj() with yt-dlp 2023-07-18 19:27:45 +01:00
version.py
YoutubeDL.py [core] Process header cookies on loading 2023-07-18 10:50:46 +01:00