This commit is contained in:
parent
bd677dec53
commit
e8f9f4e6e2
|
|
@ -224,8 +224,10 @@ public class Kunyu77 extends Spider {
|
|||
@Override
|
||||
public String detailContent(List<String> ids) {
|
||||
try {
|
||||
SpiderDebug.log("kuyun77>>ids"+ids);
|
||||
String url = siteUrl + "/api.php/provide/videoDetail?ids=" + ids.get(0);
|
||||
String content = OkHttpUtil.string(url, getHeaders(url));
|
||||
SpiderDebug.log("kuyun77>>detailContent"+content);
|
||||
JSONObject dataObject = new JSONObject(decryptResponse(content));
|
||||
JSONObject vObj = dataObject.getJSONObject("data");
|
||||
JSONObject result = new JSONObject();
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
53cb8733fd3c81af84a884a6c8c57aff
|
||||
142f12b01c9747097c679c90be027824
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "./custom_spider.jar;md5;53cb8733fd3c81af84a884a6c8c57aff",
|
||||
"spider": "./custom_spider.jar;md5;142f12b01c9747097c679c90be027824",
|
||||
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
||||
"lives": [
|
||||
{
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
53cb8733fd3c81af84a884a6c8c57aff
|
||||
142f12b01c9747097c679c90be027824
|
||||
|
|
|
|||
Loading…
Reference in New Issue