From ed8eaf67a2b1d835c91ba08a9e612aaf102241c0 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 18 Oct 2024 17:52:21 +0200 Subject: [PATCH] Update dl url --- dl/dl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`