Download an offline version of a webpage

2019-03-03 04:18发布

Duplicate of Suggestions for a site ripper.

I need to download an offline version of an specific page. Including all images and CSS files.

I need to recreate the entire webpage again in my server.

Something running in the console would be great.

4条回答
爷、活的狠高调
2楼-- · 2019-03-03 04:27

Simplest solution: Firefox (and I assume most other modern browser) support "with all content" on the Save-As feature, but obviously that's not really command-line enabled.

Alternatively I'd use wget (I'm pretty sure there's a Windows version out there as well) with the --page-requisites (or -p) option.

查看更多
4楼-- · 2019-03-03 04:28
  • iOpus File & Web Page Downloader is a command line file and web page downloader utility to automate downloads of all kinds. Great for use with batch files or the Windows Scripting Host. Also works well with the task scheduler to schedule periodic download tasks.

  • Teleport Exec - commercial solution

  • wget for Windows - this one is free

查看更多
爱情/是我丢掉的垃圾
5楼-- · 2019-03-03 04:46

wget -r example.com

查看更多
登录 后发表回答