From f878c1bb0de3b337632fc9b02961fcdf2a93081f Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 13 Nov 2025 00:15:57 +0000 Subject: [PATCH] [stubsabot] Bump yt-dlp to 2025.11.12 Release: https://pypi.org/pypi/yt-dlp/2025.11.12 Repository: https://github.com/yt-dlp/yt-dlp Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/yt-dlp Diff: https://github.com/yt-dlp/yt-dlp/compare/2025.10.22...2025.11.12 Stubsabot analysis of the diff between the two releases: - 13 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 10 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 3932. - Total lines of Python code deleted: 1774. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/yt-dlp/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/yt-dlp/METADATA.toml b/stubs/yt-dlp/METADATA.toml index a9fa3438effa..b96eae00d1ee 100644 --- a/stubs/yt-dlp/METADATA.toml +++ b/stubs/yt-dlp/METADATA.toml @@ -1,3 +1,3 @@ -version = "2025.10.22" +version = "2025.11.12" upstream_repository = "https://github.com/yt-dlp/yt-dlp" requires = ["websockets"]