网页另存为工具Monolith 2024-03-28 Website News,Download Area 暂无评论 624 次阅读 Monolith是一个CLI 工具,用于将网页下载为单个 HTML 文件,与传统的“页面另存为”不同,它下载的HTML文件包括所有的资源,如 CSS 样式和 JavaScript 脚本等,生成一个易于存储和共享的 HTML5 文档。 简单介绍一下Windows下使用方法: 1、进入作者的GitHub发布页面下载结尾是.exe的文件; ```csharp https://github.com/Y2Z/monolith/releases ``` 2、执行命令就可以把你想要的网站自动保存为你想要的文件了。 ```csharp monolith 网页地址 -o 文件名 monolith https://www.google.com -o google.html ``` 相关命令的参数 ```csharp -a: Exclude audio sources -b: Use custom base URL -B: Forbid retrieving assets from specified domain(s) -c: Exclude CSS -C: Read cookies from file -d: Allow retrieving assets only from specified domain(s) -e: Ignore network errors -E: Save document using custom encoding -f: Omit frames -F: Exclude web fonts -h: Print help information -i: Remove images -I: Isolate the document -j: Exclude JavaScript -k: Accept invalid X.509 (TLS) certificates -M: Don't add timestamp and URL information -n: Extract contents of NOSCRIPT elements -o: Write output to file (use “-” for STDOUT) -s: Be quiet -t: Adjust network request timeout -u: Provide custom User-Agent -v: Exclude videos ``` 标签: WINDOWS, Monolith, 另存为 本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭