Fix dm84
This commit is contained in:
parent
532e57ac51
commit
9ada8f37b7
|
|
@ -48,7 +48,7 @@ public class Dm84 extends Spider {
|
|||
}
|
||||
|
||||
private String replaceBy(String text) {
|
||||
return text.replace("按时间", "time").replace("按人气", "hist").replace("按评分", "score");
|
||||
return text.replace("按时间", "time").replace("按人气", "hits").replace("按评分", "score");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
e59dd939c16d155e3214d4c4511dc492
|
||||
262cbd619eec331739fb0f120533390e
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e59dd939c16d155e3214d4c4511dc492",
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;262cbd619eec331739fb0f120533390e",
|
||||
"sites": [
|
||||
{
|
||||
"key": "AList",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e59dd939c16d155e3214d4c4511dc492",
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;262cbd619eec331739fb0f120533390e",
|
||||
"sites": [
|
||||
{
|
||||
"key": "AList",
|
||||
|
|
|
|||
Loading…
Reference in New Issue