youtube-dl-mp3 icon indicating copy to clipboard operation
youtube-dl-mp3 copied to clipboard

Update youtube-dl-mp3

Open ghost opened this issue 11 years ago • 1 comments

I use avconv only and background option thx to you

ElfEn

ghost avatar Jun 02 '13 12:06 ghost

#!/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"

Soliman avatar Nov 09 '13 14:11 Soliman