add more info in script
This commit is contained in:
parent
4b8c6d16b0
commit
c56bbf6a05
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ extra="$3"
|
||||||
|
|
||||||
[[ -z "${url}" ]] && read -p "URL: " url
|
[[ -z "${url}" ]] && read -p "URL: " url
|
||||||
[[ -z "${format}" ]] && read -p "Format [opus/flac/m4a/mp4/video/hd/fullhd/4k/bestaudio]: " format
|
[[ -z "${format}" ]] && read -p "Format [opus/flac/m4a/mp4/video/hd/fullhd/4k/bestaudio]: " format
|
||||||
echo "Wenn man für alle Playlisten Unterordner anlegen will: [-o %(playlist_title)s/%(title)s.%(ext)s/--cookies cookies.txt/--cookies-from-browser firefox] (Praktisch für Downloads ganzer Kanäle"
|
echo "Wenn man für alle Playlisten Unterordner anlegen will: [-o %(channel)s/%(playlist_title)s/%(title)s.%(ext)s/--cookies cookies.txt/--cookies-from-browser firefox] (Praktisch für Downloads ganzer Kanäle"
|
||||||
[[ -z "${extra}" ]] && read -p "Sind noch zusätzliche Parameter gewünscht?: " extra
|
[[ -z "${extra}" ]] && read -p "Sind noch zusätzliche Parameter gewünscht?: " extra
|
||||||
|
|
||||||
if [ "$format" == "opus" ]
|
if [ "$format" == "opus" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue