Skip to content

Commit dfc703c

Browse files
[yt-dlp] Update to 2026.2.21 (#15449)
1 parent 9cd3428 commit dfc703c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/yt-dlp/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "2026.2.4"
1+
version = "2026.2.21"
22
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
33
requires = ["websockets"]

stubs/yt-dlp/yt_dlp/jsinterp.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ from yt_dlp.utils._utils import function_with_repr
99

1010
from .utils import ExtractorError
1111

12+
def int_to_int32(n: int) -> int: ...
1213
def js_number_to_string(val: float, radix: int = 10) -> str: ...
1314

1415
class JS_Undefined: ...

0 commit comments

Comments
 (0)