ref: 40b3d95f95fb48b806b8ff648e0fc2b26584d62c
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