]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
Update to ytdl-commit-d1c6c5
authorpukkandan <redacted>
Wed, 24 May 2023 18:00:43 +0000 (23:30 +0530)
committerpukkandan <redacted>
Wed, 24 May 2023 18:00:43 +0000 (23:30 +0530)
commit4823ec9f461512daa1b8ab362893bb86a6320b26
treeed455a74f6d817197aab2674cdbdf39563418978
parent46f1370e9af6f8af8762f67e27e5acb8f0c48a47
Update to ytdl-commit-d1c6c5

[YouTube] [core] Improve platform debug log, based on yt-dlp
https://github.com/ytdl-org/youtube-dl/commit/d1c6c5c4d618fa950813c0c71aede34a5ac851e9

Except:
    * 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression
        * There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641
    * e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs
        * We plan to implement this differently
test/test_jsinterp.py
test/test_utils.py
yt_dlp/downloader/common.py
yt_dlp/downloader/fragment.py
yt_dlp/downloader/http.py
yt_dlp/extractor/aenetworks.py
yt_dlp/extractor/litv.py
yt_dlp/extractor/youtube.py
yt_dlp/jsinterp.py
yt_dlp/utils/_utils.py