Checking output of youtube-dl when downloading

This commit is contained in:
MichaelOultram 2015-08-13 13:46:28 +01:00
parent 99b6abdd2c
commit 988a23cbd3

View file

@ -7,6 +7,7 @@ import (
"os/exec" "os/exec"
"time" "time"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumble_ffmpeg" "github.com/layeh/gumble/gumble_ffmpeg"
) )