首页
注册
登录
wontao 最近的时间轴更新
wontao
V2EX 第 47227 号会员,加入于 2013-10-19 00:03:27 +08:00
wontao
提问
技术话题
好玩
工作信息
交易信息
城市相关
wontao 最近回复了
2013-10-19 00:21:45 +08:00
回复了
jeequ
创建的主题
›
程序员
›
PHP 获取优酷视频缩略图,视频播放时长
function get_youku_thumb($url) {
$content = file_get_contents($url);
preg_match( '/id="s_msn2".*?screenshot=(.*?)".?target=/', $content, $matchs );
return $matchs[1];
}
echo get_youku_thumb('
');
»
wontao 创建的更多回复
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2767 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms ·
UTC 15:33
·
PVG 23:33
·
LAX 07:33
·
JFK 10:33
Developed with
CodeLauncher
♥ Do have faith in what you're doing.