diff --git a/app/src/main/java/com/github/catvod/spider/Cokemv.java b/app/src/main/java/com/github/catvod/spider/Cokemv.java index 6fc4a9b..0f631ae 100644 --- a/app/src/main/java/com/github/catvod/spider/Cokemv.java +++ b/app/src/main/java/com/github/catvod/spider/Cokemv.java @@ -256,7 +256,7 @@ public class Cokemv extends Spider { public String detailContent(List ids) { try { // 视频详情url - String url = siteUrl + "/voddetail/" + ids.get(0) + ".html"; + String url = siteUrl + "/voddetail/" + id + ".html"; Document doc = Jsoup.parse(OkHttpUtil.string(url, getHeaders(url))); JSONObject result = new JSONObject(); JSONObject vodList = new JSONObject();