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   ·   1136 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 18:04 · PVG 02:04 · LAX 11:04 · JFK 14:04
♥ Do have faith in what you're doing.