wontao's recent timeline updates
wontao

wontao

V2EX member #47227, joined on 2013-10-19 00:03:27 +08:00
wontao's recent replies
Oct 19, 2013
Replied to a topic by 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('
');
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3605 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 04:32 · PVG 12:32 · LAX 21:32 · JFK 00:32
♥ Do have faith in what you're doing.