vergessen

This commit is contained in:
simono41 2017-09-23 17:13:23 +02:00
parent 7febc2bb08
commit 812e104d52

View file

@ -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