Add alternate downloader
That works a lot faster, pog
This commit is contained in:
8
downloader/utils.go
Normal file
8
downloader/utils.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "sync"
|
||||
|
||||
const OUTPUT_DIR = "C:/Users/Administrator/ytdlpVideos"
|
||||
|
||||
var ongoingDownloads = make(map[string]struct{})
|
||||
var ongoingDownloadsMutex = &sync.Mutex{}
|
||||
Reference in New Issue
Block a user