Skip to content

Instantly share code, notes, and snippets.

@ninehills
Created August 13, 2010 00:45
Show Gist options
  • Save ninehills/522039 to your computer and use it in GitHub Desktop.
Save ninehills/522039 to your computer and use it in GitHub Desktop.
在线播放12社区上的视频
#!/bin/bash
mplayer `curl $@ |egrep -o "ftp.*(rmvb|avi|mkv)"` -cache 8192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment