diff --git a/dl/dl.go b/dl/dl.go index fb6da30..96195ec 100644 --- a/dl/dl.go +++ b/dl/dl.go @@ -11,7 +11,7 @@ import ( "sync" ) -const URL = `https://nsq.site.quack-lab.dev/pub?topic=ytdqueue` +const URL = `https://nsq-http.site.quack-lab.dev/pub?topic=ytdqueue` type Item struct { Link string `json:"link"`