Update dl url

This commit is contained in:
2024-10-18 17:52:21 +02:00
parent 268351f31e
commit ed8eaf67a2

View File

@@ -11,7 +11,7 @@ import (
"sync" "sync"
) )
const URL = `http://localhost:5000/download` const URL = `https://nsq.site.quack-lab.dev/pub?topic=ytdqueue`
type Item struct { type Item struct {
Link string `json:"link"` Link string `json:"link"`