1 2 3 4 5 6 7 8
function yta() { if [ $# == 0 ]; then echo usage: yta \[SEARCH TERM\] else mpv --ytdl-format=bestaudio ytdl://ytsearch:"$*" fi }