diff --git a/bin/reptile/177mh_net/find.js b/bin/reptile/177mh_net/find.js index d381b14..2c3fa6a 100644 --- a/bin/reptile/177mh_net/find.js +++ b/bin/reptile/177mh_net/find.js @@ -29,7 +29,7 @@ let getcontlist = async (text) => { let gethtml = async (name) => { name = qs.escape(name) - let url = `https://so.177mh.net/k.php?k=${name}` + let url = `https://so.77mh.in/k.php?k=${name}` // console.log(url) let text = "" await axios.get(url).then((a) => { @@ -45,6 +45,7 @@ let gethtml = async (name) => { // console.log(error) } list = {name:"新新漫画",list} + console.log(list) return list diff --git a/bin/reptile/gufengmh8/find.js b/bin/reptile/gufengmh8/find.js index 81741f2..71779a0 100644 --- a/bin/reptile/gufengmh8/find.js +++ b/bin/reptile/gufengmh8/find.js @@ -22,7 +22,7 @@ let getcontlist = async (text) => { let gethtml = async (name, page) => { name = qs.escape(name) - let url = `https://www.gufengmh8.com/search/?keywords=${name}&page=${page}` + let url = `https://www.gufengmh9.com/search/?keywords=${name}&page=${page}` // console.log(url) let text = "" await axios.get(url).then((a) => { @@ -38,6 +38,7 @@ let gethtml = async (name, page) => { // console.log(error) } list = {name:"古风漫画",list} + console.log(list) return list diff --git a/bin/reptile/manhuadb_com/find.js b/bin/reptile/manhuadb_com/find.js index 28e1f1e..1dc921a 100644 --- a/bin/reptile/manhuadb_com/find.js +++ b/bin/reptile/manhuadb_com/find.js @@ -39,6 +39,7 @@ let gethtml = async (name, page) => { // console.log(error) } list = {name:"漫画DB",list} + console.log(list) return list @@ -49,7 +50,7 @@ let getlist = (name) => { try { let html; html = await gethtml(name, 1) - console.log(JSON.stringify(html)) + // console.log(JSON.stringify(html)) res(html); } catch (error) { rej([]) diff --git a/bin/reptile/pufei_net/find.js b/bin/reptile/pufei_net/find.js index c1c998a..ab72758 100644 --- a/bin/reptile/pufei_net/find.js +++ b/bin/reptile/pufei_net/find.js @@ -56,6 +56,7 @@ let get = (name) => { list.push(l) }) list = { name: "扑飞漫画", list } + console.log(list) res(list); } catch (error) { rej([]) diff --git a/bin/reptile/taduo_net/find.js b/bin/reptile/taduo_net/find.js index 1c171e1..927efe3 100644 --- a/bin/reptile/taduo_net/find.js +++ b/bin/reptile/taduo_net/find.js @@ -55,6 +55,7 @@ let get = (name) => { list.push(l) }) list = {name:"塔多漫画",list} + console.log(list) res(list); } catch (error) { rej([])