Skip to content

Instantly share code, notes, and snippets.

View brokenricefilms's full-sized avatar
🍀
lazy

Broken Rice Films brokenricefilms

🍀
lazy
View GitHub Profile
@jebog
jebog / youtube-mp3.sh
Created April 3, 2017 16:17
Download and Add Metadata to MP3 with Youtube-dl
youtube-dl -x --continue --add-metadata --embed-thumbnail --audio-format mp3 --audio-quality 0 --metadata-from-title="%(artist)s - %(title)s" --prefer-ffmpeg -o "%(title)s.%(ext)s" $1