Skip to content

Commit 52a3981

Browse files
committed
docs: add get_video_info usage details to README
1 parent 38a044d commit 52a3981

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Fetches the transcript of a specified YouTube video.
2121
- **lang** *(string, optional)*: The desired language for the transcript. Defaults to `en` if not specified.
2222
- **next_cursor** *(string, optional)*: Cursor to retrieve the next page of the transcript.
2323

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+
2430
## Installation
2531
> [!NOTE]
2632
> You'll need [`uv`](https://docs.astral.sh/uv) installed on your system to use `uvx` command.

0 commit comments

Comments
 (0)