Some tuning regarding the old but great HTTrack.

HTTrack#

HTTrack is a free and open-source Web crawler and offline browser allowing users to download World Wide Web sites from the Internet to a local computer. (Wikipédia).

Yep, this is a website mirroring software !

Download a website, a little bit faster#

Here is the command line you can use, explanations follows :

httrack \
--connection-per-second=50 \
--sockets=80 \
--keep-alive \
--display \
--verbose \
--advanced-progressinfo \
--disable-security-limits \
-n \
-i \
-s0 \
-m \
-F 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0' \
-A100000000 \
-#L500000000 \
'YOURURL'

More information ? See the official doc.

Credits#

Image transformed from "HaringAi learns about vacuum cleaners" by Alan Stanton is licensed under CC BY-SA 2.0.

This page was last edited on , generated from this markdown. Content is available under the Creative Commons CC BY-SA 3.0 License unless otherwise noted. This site is ad-free and contains no third party cookies or tracking, just as the Web should remain.
HomepageBack to top