diff --git a/js/海洋听书.js b/js/海洋听书.js index d364cad7..f6df43d6 100644 --- a/js/海洋听书.js +++ b/js/海洋听书.js @@ -33,7 +33,7 @@ var rule = { let v = pd(html, ".booksite&&script&&Html"); var document = {}; var VideoListJson; - VideoListJson = eval(v.split("VideoListJson=")[1].split(",urlinfo")[0]); + VideoListJson = JSON.parse(v.split("VideoListJson=")[1].split(",urlinfo")[0]); // log(typeof VideoListJson); let list1 = VideoListJson[0][1]; LISTS = [list1];