modified : puppeteer headless true
This commit is contained in:
@@ -26,7 +26,7 @@ async function captureComplexArticles(complex) {
|
|||||||
console.log(`\n🏢 [${name}] (${id}) 데이터 수집 시작`);
|
console.log(`\n🏢 [${name}] (${id}) 데이터 수집 시작`);
|
||||||
|
|
||||||
const browser = await puppeteer.launch({
|
const browser = await puppeteer.launch({
|
||||||
headless: false,
|
headless: true,
|
||||||
args: [
|
args: [
|
||||||
"--no-sandbox",
|
"--no-sandbox",
|
||||||
"--disable-setuid-sandbox",
|
"--disable-setuid-sandbox",
|
||||||
|
|||||||
Reference in New Issue
Block a user