Timothy J. Baek 7 months ago
parent
commit
3c5b216612
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/lib/components/chat/Chat.svelte

+ 3 - 1
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') {