From 8c5b9949d6ac5548235f1851badbb90b75bb3c24 Mon Sep 17 00:00:00 2001 From: Steven Wolfe Date: Sun, 20 Mar 2016 21:35:30 -0400 Subject: [PATCH] Updating gumble ffmpeg path --- youtube_dl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl.go b/youtube_dl.go index ff39510..dec47fe 100644 --- a/youtube_dl.go +++ b/youtube_dl.go @@ -21,7 +21,7 @@ import ( "github.com/jmoiron/jsonq" "github.com/layeh/gumble/gumble" - "github.com/layeh/gumble/gumble_ffmpeg" + "github.com/layeh/gumble/gumbleffmpeg" ) // AudioTrack implements the Song interface