vergessen
This commit is contained in:
parent
7febc2bb08
commit
812e104d52
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fi
|
||||||
|
|
||||||
if [ "$suche" == "suche" ]
|
if [ "$suche" == "suche" ]
|
||||||
then
|
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
|
else
|
||||||
youtube-dl -q --force-ipv4 $format -o- $url | mplayer $voll -cache 8192 -
|
youtube-dl -q --force-ipv4 $format -o- $url | mplayer $voll -cache 8192 -
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue