mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-13 12:18:56 +00:00
修复萌猫无下载地址解码的bug
This commit is contained in:
@ -136,6 +136,10 @@ class Moecat implements decodeBase
|
||||
// 种子基本信息处理
|
||||
// 偏移量
|
||||
$offset = strpos($v,self::downloadPrefix);
|
||||
if ($offset == false) {
|
||||
// 无人做种
|
||||
continue;
|
||||
}
|
||||
// 截取
|
||||
$urlTemp = substr($v,$offset,$len);
|
||||
// 种子地址
|
||||
|
Reference in New Issue
Block a user