pull/69/head
FongMi 3 years ago
parent 49a1ddf36b
commit 1e6072146e
  1. 2
      app/src/main/java/com/github/catvod/spider/AList.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -169,7 +169,7 @@ public class AList extends Spider {
int index = text.lastIndexOf("/");
if (index == -1) continue;
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);
items.add(item.getVod(key));
}

Binary file not shown.

@ -1 +1 @@
684d7834b3f466775ea41c9befbb48f0
999ead597b4ef0e43de0321fd93ff0d4

Loading…
Cancel
Save