/**
* 抖音链接url
*/
private function douyin ($url){
$number_maps = [
0 => ['', '', ''],
1 => ['', '', ''],
2 => ['', '', ''],
3 => ['', '', ''],
4 => ['', '', ''],
5 => ['', '', ''],
6 => ['', '', ''],
7 => ['', '', ''],
8 => ['', '', ''],
9 => ['', '', ''],
];
$opts = [
'http' => [
'header' => "User-Agent: Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Mobile Safari/537.36",
]
];
$context = stream_context_create($opts);
$html = file_get_contents($url, false, $context);
if (!$html) {
return [];
}
$data = [];
// 封面图
preg_match('/id="videoPoster"\s*style="background-image:url\((.*?)\