diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 19c71dedb..6b879c8be 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -417,7 +417,9 @@ } if ($page.url.searchParams.get('youtube')) { - uploadYoutubeTranscription(`https://www.youtube.com/watch?v=NqxUExCZJ5Y`); + uploadYoutubeTranscription( + `https://www.youtube.com/watch?v=${$page.url.searchParams.get('youtube')}` + ); } if ($page.url.searchParams.get('web-search') === 'true') {