Simplify everything

This commit is contained in:
2024-07-14 14:59:12 +02:00
parent 4fd836c0b6
commit 468de9e401
4 changed files with 84 additions and 159 deletions

View File

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