add - 原话1122
This commit is contained in:
@@ -33,7 +33,7 @@ import java.util.regex.Pattern;
|
|||||||
public class PushAgent extends Spider {
|
public class PushAgent extends Spider {
|
||||||
private static long timeToken = 0;
|
private static long timeToken = 0;
|
||||||
private static String accessToken = "";
|
private static String accessToken = "";
|
||||||
private static String 4k = "4K原画$$$AliYun";
|
private static String k4 = "4K原画$$$AliYun";
|
||||||
private static Map<String, String> shareToken = new HashMap<>();
|
private static Map<String, String> shareToken = new HashMap<>();
|
||||||
private static Map<String, Long> shareExpires = new HashMap<>();
|
private static Map<String, Long> shareExpires = new HashMap<>();
|
||||||
private static final Map<String, Map<String, String>> videosMap = new HashMap<>();
|
private static final Map<String, Map<String, String>> videosMap = new HashMap<>();
|
||||||
@@ -80,7 +80,7 @@ public class PushAgent extends Spider {
|
|||||||
Misc.type = Misc.siteRule.optInt("ua", 1);
|
Misc.type = Misc.siteRule.optInt("ua", 1);
|
||||||
Misc.btype = Misc.siteRule.optString("btype", "N");
|
Misc.btype = Misc.siteRule.optString("btype", "N");
|
||||||
Misc.apikey = Misc.siteRule.optString("apikey", "0ac44ae016490db2204ce0a042db2916");
|
Misc.apikey = Misc.siteRule.optString("apikey", "0ac44ae016490db2204ce0a042db2916");
|
||||||
4k = Misc.siteRule.optString("4k", "4K原画$$$AliYun");
|
k4 = Misc.siteRule.optString("4k", "4K原画$$$AliYun");
|
||||||
}
|
}
|
||||||
return jo;
|
return jo;
|
||||||
}
|
}
|
||||||
@@ -435,7 +435,7 @@ public class PushAgent extends Spider {
|
|||||||
playLists.add(TextUtils.join("#", vodItems));
|
playLists.add(TextUtils.join("#", vodItems));
|
||||||
playLists.add(TextUtils.join("#", vodItems));
|
playLists.add(TextUtils.join("#", vodItems));
|
||||||
vodAtom.put("vod_play_url", TextUtils.join("$$$", playLists));
|
vodAtom.put("vod_play_url", TextUtils.join("$$$", playLists));
|
||||||
vodAtom.put("vod_play_from", 4k);
|
vodAtom.put("vod_play_from", k4);
|
||||||
}
|
}
|
||||||
JSONObject result = new JSONObject();
|
JSONObject result = new JSONObject();
|
||||||
JSONArray list = new JSONArray();
|
JSONArray list = new JSONArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user