Skip to content

Commit

Permalink
chore: change youtube url after youtube took it down for stupid reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
asimpson authored Jul 16, 2022
1 parent 81b91a7 commit 5dcdfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5dcdfb3

Please sign in to comment.