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.
get_video_info
1 parent 38a044d commit 52a3981Copy full SHA for 52a3981
README.md
@@ -21,6 +21,12 @@ Fetches the transcript of a specified YouTube video.
21
- **lang** *(string, optional)*: The desired language for the transcript. Defaults to `en` if not specified.
22
- **next_cursor** *(string, optional)*: Cursor to retrieve the next page of the transcript.
23
24
+### `get_video_info`
25
+Fetches the metadata of a specified YouTube video.
26
+
27
+#### Parameters
28
+- **url** *(string)*: The full URL of the YouTube video. This field is required.
29
30
## Installation
31
> [!NOTE]
32
> You'll need [`uv`](https://docs.astral.sh/uv) installed on your system to use `uvx` command.
0 commit comments