mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-23 10:05:23 +00:00
修正海豚音乐torrent_pass、authkey正确名称
紧急更新v1.5.1
This commit is contained in:
parent
185157a00c
commit
7f2889ba1e
@ -695,8 +695,8 @@ class AutoReseed
|
|||||||
$url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url);
|
$url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url);
|
||||||
break;
|
break;
|
||||||
case 'dicmusic':
|
case 'dicmusic':
|
||||||
$_url = str_replace('{authkey}', $configALL[$site]['passkey'], $_url);
|
$_url = str_replace('{torrent_pass}', $configALL[$site]['passkey'], $_url);
|
||||||
$url = str_replace('{torrent_pass}', $configALL[$site]['torrent_pass'], $_url);
|
$url = str_replace('{authkey}', $configALL[$site]['authkey'], $_url);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$url = $_url."&passkey=". $configALL[$site]['passkey'];
|
$url = $_url."&passkey=". $configALL[$site]['passkey'];
|
||||||
|
@ -461,8 +461,8 @@ return array(
|
|||||||
// 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项)
|
// 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项)
|
||||||
'cookie' => '',
|
'cookie' => '',
|
||||||
// 如果需要自动辅种,必须配置
|
// 如果需要自动辅种,必须配置
|
||||||
'passkey' => '', // authkey
|
'passkey' => '', // torrent_pass
|
||||||
'torrent_pass' => '', // torrent_pass
|
'authkey' => '', // authkey
|
||||||
),
|
),
|
||||||
|
|
||||||
// 配置文件结束
|
// 配置文件结束
|
||||||
|
14
wiki/公告栏.md
Normal file
14
wiki/公告栏.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 公告栏
|
||||||
|
|
||||||
|
### 2020年2月21日07:42:14
|
||||||
|
|
||||||
|
【新增站点】dicmusic海豚音乐,版本升级v1.5.0;
|
||||||
|
【支持辅种】学校、杜比、家园、天空、朋友、馒头、萌猫、我堡、猫站、铂金家、烧包、北洋、TCCF、南洋、TTG、映客、城市、52pt、brobits、备胎、SSD、CHD、ptmsg、leaguehd、聆音、瓷器、hdarea、eastgame(TLF)、1ptba、hdtime、hd4fans、opencd、hdbug、hdstreet、joyhd、u2、upxin(HDU)、oshen、discfan(GZT)、北邮、CCFBits、dicmusic。
|
||||||
|
【重要提醒】Api/Reseed接口是合并所有客户端发起的请求,当做种超过10000时,存在失败可能,预备10天后停止。v1.3.0以上版本不受此影响。
|
||||||
|
【升级方法】15号之后的版本,直接覆盖。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### 2020年1月9日12:06:03
|
||||||
|
|
||||||
|
使用IYUUAutoReseed自动化辅种工具本身是非常安全的,辅种过程不会跟PT站点服务器产生任何关系,只是会把下载种子链接推送给下载器。也就是说任何站点、任何技术都无法检测你是否使用了IYUU。建议不要自己手动跳校验,任何因为跳校验ban号,别怪我没提醒,也请出事不要怪到IYUU或者Reseed的头上。
|
Loading…
x
Reference in New Issue
Block a user