This commit is contained in:
FongMi 2022-11-23 17:09:04 +08:00
parent 49a1ddf36b
commit 1e6072146e
3 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ public class AList extends Spider {
int index = text.lastIndexOf("/"); int index = text.lastIndexOf("/");
if (index == -1) continue; if (index == -1) continue;
item.setPath("/" + text.substring(0, index)); item.setPath("/" + text.substring(0, index));
item.setName(text.substring(index + 1, text.length())); item.setName(text.substring(index + 1));
item.setType(file ? 0 : 1); item.setType(file ? 0 : 1);
items.add(item.getVod(key)); items.add(item.getVod(key));
} }

Binary file not shown.

View File

@ -1 +1 @@
684d7834b3f466775ea41c9befbb48f0 999ead597b4ef0e43de0321fd93ff0d4