'更新可用状态'

This commit is contained in:
zhangjie
2024-03-11 17:48:36 +08:00
parent f851f0fddb
commit 1b8400d2ef
3 changed files with 791 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public class MainActivity extends Activity {
public void categoryContent() {
try {
Logger.t("categoryContent").d(spider.categoryContent("movie-热门-p-", "2", true, new HashMap<>()));
Logger.t("categoryContent").d(spider.categoryContent("tv-热门-p-", "2", true, new HashMap<>()));
} catch (Throwable e) {
e.printStackTrace();
}
@@ -91,7 +91,7 @@ public class MainActivity extends Activity {
public void detailContent() {
try {
Logger.t("detailContent").d(spider.detailContent(Arrays.asList("841924")));
Logger.t("detailContent").d(spider.detailContent(Arrays.asList("833375")));
} catch (Throwable e) {
e.printStackTrace();
}