Soliman
Results
1
comments of
Soliman
#!/bin/bash address=$1 title="$(youtube-dl --get-title $address)" youtube-dl -o "%(title)s" $address avconv -i "$title" -ab 160k "$title".mp3 rm "$title"