From 14142d3a212f8ca71d12cce703fd18f02ab8be72 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 23 Sep 2017 18:14:23 +0200 Subject: [PATCH] fix --- youtube.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube.sh b/youtube.sh index eda3644..4bfe331 100755 --- a/youtube.sh +++ b/youtube.sh @@ -45,7 +45,7 @@ fi if [ "$suche" == "suche" ] then -youtube-dl "ytsearch:$wort" -q --force-ipv4 $format -o- | mplayer $voll -cache 8192 -ao pulse - +youtube-dl "ytsearch:$wort" -q --force-ipv4 $format -o- | mplayer $voll -cache 8192 - else -youtube-dl -q --force-ipv4 $format -o- $url | mplayer $voll -cache 8192 -ao pulse - +youtube-dl -q --force-ipv4 $format -o- $url | mplayer $voll -cache 8192 - fi