youtube-dl: missing dialog
installation in the All-in-one script
This commit is contained in:
parent
7de1ad8d9f
commit
576a697a90
|
@ -124,7 +124,7 @@ Youtube-dl + sharing + dialog + Termux extras
|
|||
|
||||
```bash
|
||||
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 &&
|
||||
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 &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user