mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-23 10:05:23 +00:00
新增两个API接口
This commit is contained in:
parent
53902ee878
commit
53533df4b9
@ -23,7 +23,7 @@ class AutoReseed
|
||||
// 不辅种的站点 'ourbits','hdchina'
|
||||
private static $noReseed = array();
|
||||
// 不转移的站点 'hdarea','hdbd'
|
||||
private static $noMove = array('hdarea');
|
||||
private static $noMove = array('');
|
||||
// cookie检查
|
||||
private static $cookieCheck = array('hdchina','hdcity');
|
||||
// 缓存路径
|
||||
@ -37,6 +37,8 @@ class AutoReseed
|
||||
'sites' => '/api/sites',
|
||||
'infohash'=> '/api/infohash',
|
||||
'notify' => '/api/notify',
|
||||
'alike' => '/api/alike',
|
||||
'hash' => '/api/hash',
|
||||
);
|
||||
// curl
|
||||
private static $curl = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user