更新ta数据抓取代理服务器ip

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent c261b86342
commit 55f10fa64a

@ -37,7 +37,7 @@ class Index extends CI_Controller {
if($nation_item=='www.tripadvisor.com'){//分页代码,英文站点查询前三页,反过来查询,越早的越在后面
$page_mark = array('-or20-', '-or10-', '-');
//使用代理来请求,国内直接访问会很慢
$page_url=str_replace('https://www.tripadvisor.com', 'http://47.91.16.199:5052', $page_url);
$page_url=str_replace('https://www.tripadvisor.com', 'http://116.251.210.172:5052', $page_url);
}else{
$page_mark = array('-');
}

Loading…
Cancel
Save