teamtalkbot/typestubs/youtubesearchpython.pyi
Umiko f331b10358
Some checks are pending
Build-nightly / docker (push) Waiting to run
first commit.
2025-04-13 14:44:48 +07:00

8 lines
231 B
Python

from typing import Any, Dict
class VideosSearch:
def __init__(
self, query: str, limit: int = ..., language: str = ..., region: str = ...
) -> None: ...
def result(self, mode: int = ...) -> Dict[str, Any]: ...