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