From 5dcdfb370e5811c2e370b89b628f4ff50b10d459 Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Sat, 16 Jul 2022 11:53:32 -0400 Subject: [PATCH] chore: change youtube url after youtube took it down for stupid reasons --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d38ff63..a386f77 100644 --- a/main.go +++ b/main.go @@ -52,7 +52,7 @@ func parseYT() (streamURL string) { } } - resp, err := http.Get("https://www.youtube.com/watch?v=5qap5aO4i9A") + resp, err := http.Get("https://www.youtube.com/watch?v=jfKfPfyJRdk") if err != nil { log.Fatal(err)