On 2020/01/21 09:31, aisha wrote: > This is awesome, always wanted to just download the songs.
yt-audio adds some extra things, but that has always been possible with command-line options..to save typing them each time I have used this little wrapper unchanged for ~5 years $ cat ~/bin/youtube-dl-audio #!/bin/sh exec /usr/local/bin/youtube-dl -f bestaudio/best -x "$*"