'更新可用状态'
This commit is contained in:
parent
1e45aabb50
commit
939941d778
app/src/main/java/com/github/catvod/spider
jar
@ -77,7 +77,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 + "-热门";
|
||||
if (pg != "1"){
|
||||
if (!"1".equals(pg)){
|
||||
target = target + "-p-" + pg;
|
||||
}
|
||||
Document doc = Jsoup.parse(OkHttp.string(target.concat(".html"), getHeaders()));
|
||||
|
@ -90,7 +90,7 @@ public class MiMei extends Spider {
|
||||
@Override
|
||||
public String categoryContent(String tid, String pg, boolean filter, HashMap<String, String> extend) throws Exception {
|
||||
String target = cateUrl + tid;
|
||||
if (pg == "1"){
|
||||
if ("1".equals(pg)){
|
||||
target = target ;
|
||||
}else {
|
||||
target = target + "/index_" + pg + ".html";
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
28f47abc72a01b1aeaaf6522a789d7c3
|
||||
fecec7675f16835c6a40fa1b657a773b
|
||||
|
Loading…
x
Reference in New Issue
Block a user