Fix dm84
This commit is contained in:
parent
bd6512d4f9
commit
86b7ce8bf9
|
|
@ -48,7 +48,7 @@ public class Dm84 extends Spider {
|
||||||
}
|
}
|
||||||
|
|
||||||
private String replaceBy(String text) {
|
private String replaceBy(String text) {
|
||||||
return text.replace("按时间", "time").replace("按人气", "hist").replace("按评分", "score");
|
return text.replace("按时间", "time").replace("按人气", "hits").replace("按评分", "score");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
e59dd939c16d155e3214d4c4511dc492
|
262cbd619eec331739fb0f120533390e
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue