mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-04-26 20:33:25 +00:00
修复瓷器辅种显示乱码不美观的问题
This commit is contained in:
parent
75e66e3b0b
commit
0a29e7ed2f
@ -437,7 +437,7 @@ class AutoReseed
|
|||||||
$_url = 'https://' .$sites[$sid]['base_url']. '/' . $_url;
|
$_url = 'https://' .$sites[$sid]['base_url']. '/' . $_url;
|
||||||
print "种子下载页:".$_url.PHP_EOL;
|
print "种子下载页:".$_url.PHP_EOL;
|
||||||
$url = download($_url, $cookie, $userAgent);
|
$url = download($_url, $cookie, $userAgent);
|
||||||
p($url);
|
#p($url);
|
||||||
if (strpos($url, '第一次下载提示') != false) {
|
if (strpos($url, '第一次下载提示') != false) {
|
||||||
echo "当前站点触发第一次下载提示,已加入排除列表".PHP_EOL;
|
echo "当前站点触发第一次下载提示,已加入排除列表".PHP_EOL;
|
||||||
echo "请进入瓷器详情页,点右上角蓝色框:下载种子,成功后更新cookie!".PHP_EOL;
|
echo "请进入瓷器详情页,点右上角蓝色框:下载种子,成功后更新cookie!".PHP_EOL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user