Update
This commit is contained in:
parent
49a1ddf36b
commit
1e6072146e
|
|
@ -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…
Reference in New Issue