From f4310300b6a51b89992e5552320ba691a9793930 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Sat, 21 Feb 2026 19:29:53 -0500 Subject: [PATCH] [yt-dlp] Update to 2026.2.21 --- stubs/yt-dlp/METADATA.toml | 2 +- stubs/yt-dlp/yt_dlp/jsinterp.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/yt-dlp/METADATA.toml b/stubs/yt-dlp/METADATA.toml index 01ed70a3de22..eb4770c57e7c 100644 --- a/stubs/yt-dlp/METADATA.toml +++ b/stubs/yt-dlp/METADATA.toml @@ -1,3 +1,3 @@ -version = "2026.2.4" +version = "2026.2.21" upstream_repository = "https://github.com/yt-dlp/yt-dlp" requires = ["websockets"] diff --git a/stubs/yt-dlp/yt_dlp/jsinterp.pyi b/stubs/yt-dlp/yt_dlp/jsinterp.pyi index 4fbd25299b5c..3d8c5782a746 100644 --- a/stubs/yt-dlp/yt_dlp/jsinterp.pyi +++ b/stubs/yt-dlp/yt_dlp/jsinterp.pyi @@ -9,6 +9,7 @@ from yt_dlp.utils._utils import function_with_repr from .utils import ExtractorError +def int_to_int32(n: int) -> int: ... def js_number_to_string(val: float, radix: int = 10) -> str: ... class JS_Undefined: ...