fix
This commit is contained in:
parent
7854b7eaae
commit
a0055d612a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ set -ex
|
||||||
if [ "$1" == "--help" ] || [[ -z "$1" ]]
|
if [ "$1" == "--help" ] || [[ -z "$1" ]]
|
||||||
then
|
then
|
||||||
echo "bitte alles kleinschreiben"
|
echo "bitte alles kleinschreiben"
|
||||||
echo "bash ./youtube-dl.sh SUCHE/NOSUCHE URL/SUCHE FORMAT VOLLBILD/NOVOLLBILD"
|
echo "bash ./youtube-dl.sh suche/NOSUCHE URL/SUCHE FORMAT vollbild/NOVOLLBILD"
|
||||||
echo "Formate: [opus/m4a/video/hd/fullhd/4k]"
|
echo "Formate: [opus/m4a/video/hd/fullhd/4k]"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
@ -19,7 +19,7 @@ then
|
||||||
voll="-fs"
|
voll="-fs"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#read -p "Wie ist die URL? : " url
|
#read -p "Wie ist die URL/suche? : " url
|
||||||
#read -p "Wo sollen die Dateien heruntergeladen werden? : " pfad
|
#read -p "Wo sollen die Dateien heruntergeladen werden? : " pfad
|
||||||
#read -p "Soll ein Video heruntergeladen werden oder Audio? [opus/m4a/video/hd/fullhd/4k] : " format
|
#read -p "Soll ein Video heruntergeladen werden oder Audio? [opus/m4a/video/hd/fullhd/4k] : " format
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue