Tyleo-Scripts/irp-ytmp3

13 lines
327 B
Text
Raw Permalink Normal View History

2024-02-18 18:06:30 +00:00
#!/usr/bin/env bash
clear
curl s.tyleodev.fr/astra/scr_banner
sudo zypper in -y youtube-dl figlet ffmpeg yt-dlp curl
sudo wget https://s.tyleodev.fr/scr/ytmp3
sudo mv ytmp3 /bin
sudo chmod +x /bin/ytmp3
echo --------------- USAGE ---------------
echo 'Use it like : "ytmp3 (url)"'
echo 'It support Playlists and Channel All'