diff --git a/youtube.sh b/youtube.sh index 7e7de70..b4c7403 100755 --- a/youtube.sh +++ b/youtube.sh @@ -40,7 +40,7 @@ fi if [ "$suche" == "suche" ] then -youtube-dl "ytsearch:$wort" -q $format -o- | mplayer $voll -cache 8192 - +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 - fi