How to mirror only a section of a website?

前端 未结 4 875
灰色年华
灰色年华 2020-12-22 15:27

I cannot get wget to mirror a section of a website (a folder path below root) - it only seems to work from the website homepage.

I\'ve tried many options - here is o

4条回答
  •  死守一世寂寞
    2020-12-22 16:17

    Check out archivebox.io, it's an open-source, self-hosted tool that creates a local, static, browsable HTML clone of websites (it saves HTML, JS, media files, PDFs, screenshot, static assets and more).

    By default, it only archives the URL you specify, but we're adding a --depth=n flag soon that will let you recursively archive links from the given URL.

提交回复
热议问题