luca-awesome-dotfiles/home/.local/bin/scripts/ytmp3
2022-11-22 13:25:44 +01:00

6 lines
126 B
Bash
Executable file

#!/bin/sh
printf "Enter url : "
read url
yt-dlp -f 'ba' -x --embed-thumbnail --audio-format mp3 $url -o '%(title)s.%(ext)s'