From 21533025ba70ee9f094ad85aece9dd5a4ddf84bf Mon Sep 17 00:00:00 2001 From: theluyuan <1162963624@qq.com> Date: Sun, 27 Jun 2021 00:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E5=A4=B4=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reptile/pufei_net/find.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reptile/pufei_net/find.js b/bin/reptile/pufei_net/find.js index 069d4d1..4b7ee6e 100644 --- a/bin/reptile/pufei_net/find.js +++ b/bin/reptile/pufei_net/find.js @@ -4,7 +4,7 @@ let mainurl = "http://www.pufei.cc" let gethtml = (name) => { return new Promise(async (res, rej) => { puppeteer.launch({ - headless: false, + headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox','--blink-settings=imagesEnabled=false'] }).then(async (browser) => {