From d9e7f1a637e8c3f6b1d4333e45013800ee7a6c11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 22:15:07 -0700 Subject: [PATCH] [stubsabot] Bump yt-dlp to 2025.8.22 (#14629) Release: https://pypi.org/pypi/yt-dlp/2025.8.22 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.08.20...2025.08.22 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 2 files included in typeshed's stubs have been modified or renamed: `yt_dlp/cookies.py`, `yt_dlp/version.py`. - Total lines of Python code added: 188. - Total lines of Python code deleted: 179. 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 Co-authored-by: stubsabot <> --- 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 15f950ac7..490cfcedb 100644 --- a/stubs/yt-dlp/METADATA.toml +++ b/stubs/yt-dlp/METADATA.toml @@ -1,3 +1,3 @@ -version = "2025.8.20" +version = "2025.8.22" upstream_repository = "https://github.com/yt-dlp/yt-dlp" requires = ["websockets"]