]> git.donarmstrong.com Git - bin.git/blob - show_bp_video
add reset usb bus command
[bin.git] / show_bp_video
1 #!/bin/sh
2
3 URL=$(GET $1|perl -ne 'if (/embed/ && m/src=\"([^"]+)/) { print $1.qq(\n)}'|xargs GET|perl -ne 'if (/mms/ && m/HREF="([^"]+)/) {print $1.qq(\n); exit}')
4
5 exec mplayer $URL