hlfw.ca

rc

ref: 329ac13da6171fe4073cbe02f3fef949e74ad18f
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