'更新可用状态'

This commit is contained in:
zhangjie
2024-03-17 11:54:03 +08:00
parent ad17a37b26
commit 6c894c9fd4
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ public class MainActivity extends Activity {
private void initSpider() {
try {
Init.init(getApplicationContext());
spider = new MGTV();
spider = new Cg51();
spider.init(this, "");
} catch (Throwable e) {
e.printStackTrace();
@@ -90,7 +90,7 @@ public class MainActivity extends Activity {
public void categoryContent(){
try {
Logger.t("categoryContent").d(spider.categoryContent("4", "1", true, new HashMap<>()));
Logger.t("categoryContent").d(spider.categoryContent("wpcz", "1", true, new HashMap<>()));
} catch (Throwable e) {
e.printStackTrace();
}
@@ -98,7 +98,7 @@ public class MainActivity extends Activity {
public void detailContent() {
try {
Logger.t("detailContent").d(spider.detailContent(Arrays.asList("/suoyoushipin/guochan/62824.html")));
Logger.t("detailContent").d(spider.detailContent(Arrays.asList("125610")));
} catch (Throwable e) {
e.printStackTrace();
}

Binary file not shown.

View File

@@ -1 +1 @@
90d5ceb2a6db8b485aa47145141236cb
951e0ede519196d080bea7856a9be99d