function yt()
{
	if [ $# == 0 ]; then
		echo usage: yt \[SEARCH TERM\]
	else
		mpv ytdl://ytsearch:"$*"
	fi
}