#!/usr/bin/env sh youtube-dl -f bestaudio --extract-audio --audio-format mp3 --config-location "$HOME/.config/youtube-dl/music" "$@" exit $?