'更新可用状态'

This commit is contained in:
zhangjie
2024-04-12 10:23:15 +08:00
parent 946f26b457
commit 4a4bae86fb
6 changed files with 8 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ public class MainActivity extends Activity {
private void initSpider() {
try {
Init.init(getApplicationContext());
spider = new CaoLiu();
spider = new Ikanbot();
spider.init(this, "");
} catch (Throwable e) {
e.printStackTrace();
@@ -102,7 +102,7 @@ public class MainActivity extends Activity {
public void detailContent() {
try {
Logger.t("detailContent").d(spider.detailContent(Arrays.asList("166107.html")));
Logger.t("detailContent").d(spider.detailContent(Arrays.asList("846223")));
} catch (Throwable e) {
e.printStackTrace();
}

View File

@@ -53,8 +53,8 @@ public class Ikanbot extends Spider {
@Override
public String homeContent(boolean filter) throws Exception {
List<Class> classes = new ArrayList<>();
String[] typeIdList = {"/index-movie", "/index-tv"};
String[] typeNameList = {"热门电影", "热门剧集"};
String[] typeIdList = {"/index-movie-热门", "/index-tv-热门", "/index-tv-国产剧", "/index-tv-韩剧"};
String[] typeNameList = {"热门电影", "热门剧集", "国产剧", "韩剧"};
for (int i = 0; i < typeNameList.length; i++) {
classes.add(new Class(typeIdList[i], typeNameList[i]));
}
@@ -76,7 +76,7 @@ public class Ikanbot extends Spider {
@Override
public String categoryContent(String tid, String pg, boolean filter, HashMap<String, String> extend) throws Exception {
String target = cateUrl + tid + "-热门";
String target = cateUrl + tid;
if (!"1".equals(pg)){
target = target + "-p-" + pg;
}

View File

@@ -28,7 +28,7 @@ import java.util.regex.Pattern;
public class W55Movie extends Spider {
private static final String siteUrl = "https://5stag.shop";
private static final String siteUrl = "https://55flix.com";
private static final String cateUrl = siteUrl + "/index.php/api/vod";
private static final String detailUrl = siteUrl + "/voddetail/";
private static final String playUrl = siteUrl + "/vodplay/";

Binary file not shown.

View File

@@ -1 +1 @@
a1d2e786522f78e504a9cee0cdb6b0ac
ee6b2660f80010f9ca4c5138b5c9c4fb

View File

@@ -1,5 +1,5 @@
{
"spider": "https://mirror.ghproxy.com/https://github.com/bizhangjie/CatVodSpider/blob/main/jar/custom_spider.jar;md5;a1d2e786522f78e504a9cee0cdb6b0ac",
"spider": "https://mirror.ghproxy.com/https://github.com/bizhangjie/CatVodSpider/blob/main/jar/custom_spider.jar;md5;ee6b2660f80010f9ca4c5138b5c9c4fb",
"lives": [
{
"name": "直播ipv6",