Shortened download status

This commit is contained in:
2018-04-25 19:15:23 +02:00
parent fc046da8a6
commit 400aab0964

View File

@@ -74,7 +74,7 @@ func downloadVideo(destDir, url string, wg *sync.WaitGroup) {
for i < 100 {
i = <-y.DownloadPercent
if i%10 == 0 {
log.Println("Status: ", i, "%", y.StreamList[0]["title"])
log.Println(i, "%", y.StreamList[0]["title"])
}
}
}()