From 4cdeedb3d726751e282f37eb9a8bb77c0a900738 Mon Sep 17 00:00:00 2001 From: pplok <1162963624@qq.com> Date: Sat, 18 Jan 2020 17:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reptile/manhuadb_com/picture.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bin/reptile/manhuadb_com/picture.js b/bin/reptile/manhuadb_com/picture.js index a99aebb..f25c636 100644 --- a/bin/reptile/manhuadb_com/picture.js +++ b/bin/reptile/manhuadb_com/picture.js @@ -38,12 +38,17 @@ let getscript = async (url) => { // let down = pageUrl.replace("https://www.gufengmh8.com","") + nextChapterData.id + ".html" // let upurl = pageUrl.replace("https://www.gufengmh8.com","") + prevChapterData.id + ".html" list = { imghost, chapterPath, chapterImages} - // console.log(list) + if(list){ + console.log(list) + + return list; + + } } }) - return list; + // console.log(list) } -// getscript('/manhua/9008/11109_148948.html') +getscript('/manhua/9008/11109_148948.html') module.exports = getscript \ No newline at end of file