parameterfix
This commit is contained in:
parent
a0055d612a
commit
c65aa9afa5
1 changed files with 15 additions and 10 deletions
|
@ -10,9 +10,14 @@ echo "Formate: [opus/m4a/video/hd/fullhd/4k]"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$1" == "suche" ] || [ "$1" == "nosuche" ]; then
|
||||||
suche="$1"
|
suche="$1"
|
||||||
url="$2"
|
url="$2"
|
||||||
format="$3"
|
format="$3"
|
||||||
|
else
|
||||||
|
url="$1"
|
||||||
|
format="$2"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$4" == "vollbild" ]
|
if [ "$4" == "vollbild" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue