From 4a445f7bfad5bbc87700c8b871c51b8a351a4f45 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Mon, 12 May 2025 22:12:25 +0200 Subject: [PATCH] Fix error on installation of Youtube Transcript extension (#2510) --- documentation/docs/tutorials/youtube-transcript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/tutorials/youtube-transcript.md b/documentation/docs/tutorials/youtube-transcript.md index d1d280a240..9e380f1bec 100644 --- a/documentation/docs/tutorials/youtube-transcript.md +++ b/documentation/docs/tutorials/youtube-transcript.md @@ -19,7 +19,7 @@ This tutorial covers how to add the [YouTube Transcript MCP Server](https://gith **Command** ```sh - npx -y @jkawamoto/mcp-youtube-transcript + uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript ``` @@ -201,4 +201,4 @@ Here's the transcript: I've retrieved the transcript for Rick Astley's "Never Gonna Give You Up" music video. The transcript shows the lyrics of the song, though there are some minor transcription errors due to the automated nature of the system. The transcript includes the iconic chorus and verses of this famous 1987 song, which has become one of the most well-known internet memes, often used for "rickrolling." Would you like me to help you with anything else regarding the video or its transcript? -::: \ No newline at end of file +:::