diff --git a/wgetauto/wgetauto b/wgetauto/wgetauto index eadf26f..ba7fa63 100755 --- a/wgetauto/wgetauto +++ b/wgetauto/wgetauto @@ -28,6 +28,7 @@ capture() echo "Kill attempting…" kill -9 "$wgetpid" echo "Kill done." + ffmpeg -i "$targetDirectory/output-$currentDate.ogg" "$targetDirectory/output-$currentDate.mp3" }