Skip to content

Instantly share code, notes, and snippets.

@Bluscream
Last active September 17, 2022 09:33
Show Gist options
  • Save Bluscream/d29bdfe44f18b42831e5f978ebcd826e to your computer and use it in GitHub Desktop.
Save Bluscream/d29bdfe44f18b42831e5f978ebcd826e to your computer and use it in GitHub Desktop.
WGet all files
@echo off
REM wget --reject-regex='*@*' --execute="robots = off" --mirror --convert-links --no-parent --wait=1 %*
REM wget --tries=inf --timestamping --recursive --level=inf --convert-links --page-requisites --no-parent -R '\?C=' %*
"C:\Program Files\WinHTTrack\httrack.exe" %* -*.html@* --mirror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment