[yt-dlp] Update to 2026.2.21 (#15449)

This commit is contained in:
Brian Schubert
2026-02-22 07:37:44 -05:00
committed by GitHub
parent 9cd3428757
commit dfc703cf17
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
version = "2026.2.4"
version = "2026.2.21"
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
requires = ["websockets"]
+1
View File
@@ -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: ...