mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-19 22:02:56 +00:00
优化URL获取的代码结构
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user