Files
ytbatchdownloader/main.go
2018-04-21 17:54:57 +02:00

11 lines
137 B
Go

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