Update tools/youtube_transcript.py
Browse files
tools/youtube_transcript.py
CHANGED
|
@@ -8,8 +8,7 @@ def youtube_transcript(video_id: str) -> str:
|
|
| 8 |
Fetches the transcript of a YouTube video using its video ID.
|
| 9 |
|
| 10 |
Args:
|
| 11 |
-
video_id (str): The unique identifier of a YouTube video.
|
| 12 |
-
For example, use '12345' for https://www.youtube.com/watch?v=12345.
|
| 13 |
|
| 14 |
Returns:
|
| 15 |
str: The transcript of the specified YouTube video as bullet points.
|
|
|
|
| 8 |
Fetches the transcript of a YouTube video using its video ID.
|
| 9 |
|
| 10 |
Args:
|
| 11 |
+
video_id (str): The unique identifier of a YouTube video, e.g. '12345' from https://www.youtube.com/watch?v=12345.
|
|
|
|
| 12 |
|
| 13 |
Returns:
|
| 14 |
str: The transcript of the specified YouTube video as bullet points.
|