We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd3428 commit dfc703cCopy full SHA for dfc703c
stubs/yt-dlp/METADATA.toml
@@ -1,3 +1,3 @@
1
-version = "2026.2.4"
+version = "2026.2.21"
2
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
3
requires = ["websockets"]
stubs/yt-dlp/yt_dlp/jsinterp.pyi
@@ -9,6 +9,7 @@ from yt_dlp.utils._utils import function_with_repr
9
10
from .utils import ExtractorError
11
12
+def int_to_int32(n: int) -> int: ...
13
def js_number_to_string(val: float, radix: int = 10) -> str: ...
14
15
class JS_Undefined: ...
0 commit comments