youtube-dl: missing dialog installation in the All-in-one script

This commit is contained in:
Marco D'Agostini 2021-02-21 13:14:47 +01:00
parent 7de1ad8d9f
commit 576a697a90

View File

@ -124,7 +124,7 @@ Youtube-dl + sharing + dialog + Termux extras
```bash ```bash
termux-setup-storage && termux-setup-storage &&
apt update && apt upgrade -y && apt install -y nano python ffmpeg && pip install youtube-dl && apt update && apt upgrade -y && apt install -y nano python ffmpeg dialog && pip install youtube-dl &&
mkdir -p ~/.config/youtube-dl && mkdir -p ~/.config/youtube-dl &&
echo "# Default Output Directory and Pattern echo "# Default Output Directory and Pattern
-o /data/data/com.termux/files/home/storage/downloads/%(extractor_key)s/%(title).150s-%(id)s.%(ext)s" > ~/.config/youtube-dl/config && -o /data/data/com.termux/files/home/storage/downloads/%(extractor_key)s/%(title).150s-%(id)s.%(ext)s" > ~/.config/youtube-dl/config &&