Tweak shit a little

This commit is contained in:
2024-12-15 11:04:37 +01:00
parent 20e5594f60
commit a8cf8cbb8a

View File

@@ -2,10 +2,10 @@ package downloaders
import "sync"
//const OUTPUT_DIR = "C:/Users/Administrator/ytdlpVideos"
const OUTPUT_DIR = "."
const OUTPUT_DIR = "C:/Users/Administrator/ytdlpVideos"
//const OUTPUT_DIR = "."
var ongoingDownloads = make(map[string]struct{})
var ongoingDownloadsMutex = &sync.Mutex{}
const DOWNLOAD_WORKERS = 12
const DOWNLOAD_WORKERS = 4