这是一个根据Puppeteer,获取网页中的资源文件并拉入本地的小工具
- 通过获取自己配置的网页和获取资源文件类型,下载到本地
配置根目录的config.js
文件提供的选项
catchUrl
: 想要获取的页面urlcatchType
: 获取资源文件的类型(类型名根据window.performance.getEntriesByType('resource')
中的initiatorType
相同)
npm install
node index.js
或者
npm install
npm start
Submit the issues if you find any bug or have any suggestion.
Fork the repo and submit pull requests.
Enjoy!