2 Star 1 Fork 2

Erasin / bashtools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
player.sh 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
Erasin 提交于 2014-08-12 22:01 . ..
#!/bin/bash
whiptail --title "mplayer看优酷" --inputbox "\n\n${1}" 17 65 2>tmpfile
ID_YOUKU=`cat tmpfile | cut -b 27-42`
curl "http://www.flvcd.com/parse.php?format=&kw=http%3A%2F%2Fv.youku.com%2Fv_show%2F$ID_YOUKU.html" |grep f.youku| awk '{print $4}' |sed -e 's/value="//' -e's/|\"\/\>//' |sed 's/|http/ http/g' >tmpfile
mplayer -fs `cat tmpfile` >/dev/null 2>&1 ; rm tmpfile
Shell
1
https://gitee.com/erasin/bashtools.git
git@gitee.com:erasin/bashtools.git
erasin
bashtools
bashtools
master

搜索帮助