2022-06-26 10:12:07 +02:00
|
|
|
# Youtube-dl-install
|
|
|
|
|
|
|
|
Un script de téléchargement automatique pour yt-dlp.
|
|
|
|
Attention ce script repose sur `zenity` qui devra être installé sur votre distribution.
|
2022-06-29 19:53:41 +02:00
|
|
|
Pour installer ce script de façon automatique :
|
|
|
|
```
|
|
|
|
wget https://git.djan-gicquel.fr/djan/youtube-dl-install/archive/dev.zip && unzip dev.zip && cd youtube-dl-install && bash youtube-dl-install.sh
|
|
|
|
```
|