summaryrefslogtreecommitdiff
path: root/etc/functions/youtube-watch
blob: ccf096db593426182391b296c4f02b5064f4cbfe (plain)
1
2
3
4
## vim:ft=zsh
typeset video=$1
shift
mplayer $* $(youtube-dl -g $video)