Add raw ytdlp downloader

This commit is contained in:
2024-11-24 19:39:50 +01:00
parent 83f7676b2e
commit 20e5594f60
5 changed files with 71 additions and 19 deletions

View File

@@ -8,4 +8,4 @@ const OUTPUT_DIR = "."
var ongoingDownloads = make(map[string]struct{})
var ongoingDownloadsMutex = &sync.Mutex{}
const DOWNLOAD_WORKERS = 1
const DOWNLOAD_WORKERS = 12