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