#!/usr/bin/env bash if [ -z $1 ]; then echo "no url given" else youtube-dl --config-location ~/.config/youtube-dl/audioconfig $1 fi