Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecold committed Nov 21, 2015
1 parent 9b436bc commit dd33ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func Exec(vl VideoList, isDownload, isRetList bool, rep, quality, extension stri
defer func() {
<- end
wg.Done()
}
} ()

if isDownload {
fmt.Printf("Downloading %v...\n", vl.Title)
Expand Down

0 comments on commit dd33ae3

Please sign in to comment.