mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[yt-dlp] Update to 2026.2.21 (#15449)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version = "2026.2.4"
|
||||
version = "2026.2.21"
|
||||
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
|
||||
requires = ["websockets"]
|
||||
|
||||
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user