Fix
This commit is contained in:
parent
5ce8752c28
commit
c47efb2875
|
|
@ -77,7 +77,7 @@ public class AppXY extends Spider {
|
|||
vod.setVodId(ids.get(0));
|
||||
vod.setVodName(object.optString("title"));
|
||||
vod.setVodPic(object.optString("cover_url"));
|
||||
vod.setTypeName(object.optJSONArray("desc_tags").toString());
|
||||
vod.setTypeName(object.optJSONArray("desc_tags").join(",").replace("\"", ""));
|
||||
vod.setVodContent(object.optString("introduction"));
|
||||
ArrayList<String> playUrls = new ArrayList<>();
|
||||
ArrayList<String> playFrom = new ArrayList<>();
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
eab090fc69cefc04e98e917efcd4b2db
|
||||
673f167382cae9e4fad7bb6283f650e2
|
||||
|
|
|
|||
Loading…
Reference in New Issue