hlfw.ca

rc

ref: 08a0d081614fed42903406b7731fe36168cb3892
dir: /!yt/

View raw version
#!/bin/rc
selection=`{ytcli $* | fm -p | awk '{print $NF}' | sed 's/.*watch?v=//'}
if(~ $#selection 0){
	exit
}

nvi -V 18 -v /tmp/video.mp4 $selection && treason /tmp/video.mp4 && rm /tmp/video.mp4