Update Dm84.java
This commit is contained in:
parent
29d1b9548a
commit
d86a1587a9
|
|
@ -44,7 +44,7 @@ public class Dm84 extends Spider {
|
||||||
for (String text : texts) {
|
for (String text : texts) {
|
||||||
if (text.isEmpty()) continue;
|
if (text.isEmpty()) continue;
|
||||||
JSONObject o = new JSONObject();
|
JSONObject o = new JSONObject();
|
||||||
o.put("n", text.replace("按", "")));
|
o.put("n", text.replace("按", ""));
|
||||||
o.put("v", key.equals("by") ? replaceBy(text) : text);
|
o.put("v", key.equals("by") ? replaceBy(text) : text);
|
||||||
array.put(o);
|
array.put(o);
|
||||||
}
|
}
|
||||||
|
|
@ -166,7 +166,7 @@ public class Dm84 extends Spider {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (sites.size() > 0) {
|
if (sites.size() > 0) {
|
||||||
vod.setVodPlayFrom(TextUtils.join("$$$", sites.keySet())));
|
vod.setVodPlayFrom(TextUtils.join("$$$", sites.keySet()));
|
||||||
vod.setVodPlayUrl(TextUtils.join("$$$", sites.values()));
|
vod.setVodPlayUrl(TextUtils.join("$$$", sites.values()));
|
||||||
}
|
}
|
||||||
result.setList(Arrays.asList(vod));
|
result.setList(Arrays.asList(vod));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue