分享个基于electron的网页资源(所有request)下载工具
项目地址戳这里
my-demons
Download all resource(with all the sub-request) of a web page.
Based on Electron(chromium + nodejs).
Download resources under chrome.devtools.network
To Use
To clone and run this repository you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/koalaylj/my-demons
# Go into the repository
cd my-demons
# Install dependencies and run the app
npm install && npm start
NOTE
In experimental now. 现在还在实验阶段 后期功能可能会有比较大的变化。 目前功能还比较简陋,正在逐步完善中。