Skip to content

Add yt-dlp stubs #14216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 26, 2025
Prev Previous commit
Next Next commit
Fix kwarg
  • Loading branch information
Tatsh committed Jul 25, 2025
commit 77df0f5d56332a2769cc450fb43ef860710e3c23
4 changes: 1 addition & 3 deletions stubs/yt-dlp/yt_dlp/utils/_utils.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,7 @@ class Config:
def append_config(self, *args: Any, label: str | None = None) -> None: ...
@property
def all_args(self) -> Iterator[str]: ...
def parse_known_args(
self, args: Sequence[str] | None = None, *, values: optparse.Values | None = None, strict: bool = True
) -> tuple[Values, list[str]]: ...
def parse_known_args(self, *, values: optparse.Values | None = None, strict: bool = True) -> tuple[Values, list[str]]: ...
def parse_args(self) -> tuple[Values, list[str]]: ...

def merge_headers(*dicts: dict[str, Any]) -> dict[str, Any]: ...
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy