parent
56e60854cf
commit
74c6c6ab73
@ -1,17 +0,0 @@ |
||||
package com.github.catvod.spider; |
||||
|
||||
import com.github.catvod.bean.Result; |
||||
import com.github.catvod.bean.Vod; |
||||
import com.github.catvod.net.OkHttp; |
||||
|
||||
import java.net.URLEncoder; |
||||
|
||||
public class Dovx extends Ali { |
||||
|
||||
@Override |
||||
public String searchContent(String key, boolean quick) { |
||||
Result result = Result.objectFrom(OkHttp.string("https://api.dovx.tk/ali/search?wd=" + URLEncoder.encode(key))); |
||||
for (Vod vod : result.getList()) vod.setVodId(vod.getVodContent()); |
||||
return result.string(); |
||||
} |
||||
} |
||||
Binary file not shown.
@ -1 +1 @@ |
||||
2f42b42b34c08da62657fc4ab2d78c90 |
||||
60d5e47e1bbfa645ee6fb5aa561eee28 |
||||
|
||||
Loading…
Reference in new issue