gpt4 book ai didi

node.js - Nightmare : How to block loading resources?

转载 作者:搜寻专家 更新时间:2023-10-31 23:30:30 28 4
gpt4 key购买 nike

我正在用 nightmareJS 制作一个小型爬虫,但加载所有外部资源需要很长时间并消耗大量带宽。

如何只加载基本页面 html(没有图像、css 等)?

我在网上找不到任何相关信息,可能是我找错地方了。

最佳答案

像这样 :)

const nightmare = Nightmare({
show: true,
webPreferences: {
images: false
}
});

关于node.js - Nightmare : How to block loading resources?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40705745/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com