]> jfr.im git - yt-dlp.git/commit - README.md
Update to ytdl-commit-2dd6c6e
authorpukkandan <redacted>
Fri, 17 Feb 2023 11:21:34 +0000 (16:51 +0530)
committerpukkandan <redacted>
Fri, 17 Feb 2023 12:22:23 +0000 (17:52 +0530)
commit45b2ee6f4fae139892a1a4335c269dcbb6671497
tree3cd8e7e643dc0576dcc8e9e87079f015588a06ec
parenta5387729696a5b33f53f60ef06f48e45663b12dd
Update to ytdl-commit-2dd6c6e

[YouTube] Avoid crash if uploader_id extraction fails
https://github.com/ytdl-org/youtube-dl/commit/2dd6c6edd8e0fc5e45865b8e6d865e35147de772

Except:
    * 295736c9cba714fb5de7d1c3dd31d86e50091cf8 [jsinterp] Improve parsing
    * 384f632e8a9b61e864a26678d85b2b39933b9bae [ITV] Overhaul ITV extractor
    * 33db85c571304bbd6863e3407ad8d08764c9e53b [feat]: Add support to external downloader aria2p
19 files changed:
README.md
test/test_InfoExtractor.py
test/test_age_restriction.py
yt_dlp/compat/_legacy.py
yt_dlp/extractor/_extractors.py
yt_dlp/extractor/americastestkitchen.py
yt_dlp/extractor/blerp.py [new file with mode: 0644]
yt_dlp/extractor/callin.py
yt_dlp/extractor/cammodels.py
yt_dlp/extractor/common.py
yt_dlp/extractor/ign.py
yt_dlp/extractor/kommunetv.py [new file with mode: 0644]
yt_dlp/extractor/myvideoge.py
yt_dlp/extractor/pr0gramm.py [new file with mode: 0644]
yt_dlp/extractor/rbgtum.py [new file with mode: 0644]
yt_dlp/extractor/unsupported.py
yt_dlp/extractor/vimeo.py
yt_dlp/extractor/xhamster.py
yt_dlp/utils.py