<?php
$url = @$_GET['url'];
if (strstr($url,"douyin.com")) {
//获取301跳转真实地址
function getrealurl($url){
$header = get_headers($url,1);
if (strpos($header[0],'301') || strpos($header[0],'302'))
{
if(is_array($header['Location'])) {
return $header['Location'][count($header['Location'])-1];
}else{
return $header['Location'
抖音视频解析PHP源码抖音解析php版api
最新推荐文章于 2025-10-23 00:30:00 发布

最低0.47元/天 解锁文章

1万+

被折叠的 条评论
为什么被折叠?



