mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-04 07:55:22 +00:00
优化URL获取的代码结构
This commit is contained in:
parent
4444aec4fb
commit
cc50804b40
@ -724,13 +724,11 @@ class AutoReseed
|
|||||||
}
|
}
|
||||||
$url = $_url."&passkey=". $configALL[$site]['passkey'] . $ip_type. "&https=1";
|
$url = $_url."&passkey=". $configALL[$site]['passkey'] . $ip_type. "&https=1";
|
||||||
break;
|
break;
|
||||||
case 'ccfbits':
|
|
||||||
$url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url);
|
|
||||||
break;
|
|
||||||
case 'dicmusic':
|
case 'dicmusic':
|
||||||
$_url = str_replace('{torrent_pass}', $configALL[$site]['passkey'], $_url);
|
$_url = str_replace('{torrent_pass}', $configALL[$site]['passkey'], $_url);
|
||||||
$url = str_replace('{authkey}', $configALL[$site]['authkey'], $_url);
|
$url = str_replace('{authkey}', $configALL[$site]['authkey'], $_url);
|
||||||
break;
|
break;
|
||||||
|
case 'ccfbits':
|
||||||
case 'hdroute':
|
case 'hdroute':
|
||||||
$url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url);
|
$url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user