package main import "fmt" func main() { fmt.Println("ytbatchdownloader") batch := NewBatch("./dl.txt", "./output") batch.Start() }