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 7f3ec00 commit c3fa8a0Copy full SHA for c3fa8a0
1 file changed
stubs/yt-dlp/yt_dlp/YoutubeDL.pyi
@@ -89,7 +89,7 @@ class YoutubeDL:
89
def dl(self, name: str, info: _InfoDict, subtitle: bool = False, test: bool = False) -> bool: ...
90
def existing_file(self, filepaths: Iterable[str], *, default_overwrite: bool = True) -> str | None: ...
91
def process_info(self, info_dict: _InfoDict) -> None: ...
92
- def download(self, url_list: Collection[str]) -> None: ...
+ def download(self, url_list: Collection[str]) -> int: ...
93
def download_with_info_file(self, info_filename: str) -> int: ...
94
@staticmethod
95
def sanitize_info(info_dict: _InfoDict, remove_private_keys: bool = False) -> _InfoDict | None: ...
0 commit comments