From b5f4537df7081a6c34403d5de226dbc193f50a98 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Wed, 25 Mar 2020 23:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AB=99=E7=82=B9HDRoute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 3 +++ config/config.sample.php | 7 +++++++ readme.md | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/AutoReseed.php b/app/AutoReseed.php index a8c7971..01e1ddc 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -729,6 +729,9 @@ class AutoReseed $_url = str_replace('{torrent_pass}', $configALL[$site]['passkey'], $_url); $url = str_replace('{authkey}', $configALL[$site]['authkey'], $_url); break; + case 'hdroute': + $url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url); + break; default: $url = $_url."&passkey=". $configALL[$site]['passkey']; break; diff --git a/config/config.sample.php b/config/config.sample.php index 9e1eeeb..6b593bf 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -478,6 +478,13 @@ return array( // 如果需要自动辅种,必须配置 'passkey' => '', ), + // hdroute + 'hdroute' => array( + // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) + 'cookie' => '', + // 如果需要自动辅种,必须配置 + 'passkey' => '', + ), // 配置结束,后面的一行需要不能删除,请保留!!! ); diff --git a/readme.md b/readme.md index d6f1303..133d9e8 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ IYUU自动辅种工具(英文名:IYUUAutoReseed),是一款PHP语言编 2. qBittorrent ## 支持自动辅种的站点 -学校、杜比、家园、天空、朋友、馒头、萌猫、我堡、猫站、铂金家、烧包、北洋、TCCF、南洋、TTG、映客、城市、52pt、brobits、备胎、SSD、CHD、ptmsg、leaguehd、聆音、瓷器、hdarea、eastgame(TLF)、1ptba、hdtime、hd4fans、opencd、hdbug、hdstreet、joyhd、u2、upxin(HDU)、oshen、discfan(GZT)、cnscg圣城(已删除)、北邮、CCFBits、dicmusic、天雪、葡萄。 +学校、杜比、家园、天空、朋友、馒头、萌猫、我堡、猫站、铂金家、烧包、北洋、TCCF、南洋、TTG、映客、城市、52pt、brobits、备胎、SSD、CHD、ptmsg、leaguehd、聆音、瓷器、hdarea、eastgame(TLF)、1ptba、hdtime、hd4fans、opencd、hdbug、hdstreet、joyhd、u2、upxin(HDU)、oshen、discfan(GZT)、cnscg圣城(已删除)、北邮、CCFBits、dicmusic、天雪、葡萄、HDRoute。 ## 运行环境 具备PHP运行环境的所有平台,例如:Linux、Windows、MacOS!