Tweak shit a little
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user