Update
This commit is contained in:
parent
2e3ffd64e6
commit
8e4483f765
|
|
@ -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.
|
|
@ -1 +1 @@
|
||||||
684d7834b3f466775ea41c9befbb48f0
|
999ead597b4ef0e43de0321fd93ff0d4
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;3d3e7fb44db5b51e1ba102d6253c3949",
|
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;999ead597b4ef0e43de0321fd93ff0d4",
|
||||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;3d3e7fb44db5b51e1ba102d6253c3949",
|
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;999ead597b4ef0e43de0321fd93ff0d4",
|
||||||
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue