ref: 5bde4c3a860a0708cbcf0c76cb136529c5f4c173
dir: /!yt/
#!/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