This commit is contained in:
pplok 2020-01-18 17:05:44 +08:00
parent c6d40b7467
commit 4cdeedb3d7

View File

@ -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;
}
}
})
// console.log(list)
// getscript('/manhua/9008/11109_148948.html')
}
getscript('/manhua/9008/11109_148948.html')
module.exports = getscript