#!/usr/bin/env bash # # download a song from youtube with highest quality possible, then import to # beets youtube-dl \ -x \ --audio-format mp3 \ --audio-quality 0 \ --exec 'beet import' \ $@