fix compat issues

This commit is contained in:
Mario Stöckl 2025-05-10 22:41:35 +00:00
parent 9441cd36ae
commit 5f145b4243

View File

@ -252,9 +252,6 @@ WGET_CMD="wget --recursive --page-requisites --html-extension --convert-links \
--no-parent --timestamping --backup-converted \ --no-parent --timestamping --backup-converted \
--load-cookies=\"$COOKIE_JAR\" --save-cookies=\"$COOKIE_JAR\" --keep-session-cookies \ --load-cookies=\"$COOKIE_JAR\" --save-cookies=\"$COOKIE_JAR\" --keep-session-cookies \
--execute robots=off --reject-regex='(logout|signout|sign-out)' \ --execute robots=off --reject-regex='(logout|signout|sign-out)' \
--header='Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' \
--header='Accept-Language: en-US,en;q=0.5' \
--header='Accept-Encoding: gzip, deflate, br' \
--header='Cache-Control: max-age=0' \ --header='Cache-Control: max-age=0' \
$DEPTH_PARAM --directory-prefix=\"$WEBSITE_DIR\" \"$TARGET_URL\" 2>&1 | tee \"$WGET_LOG\"" $DEPTH_PARAM --directory-prefix=\"$WEBSITE_DIR\" \"$TARGET_URL\" 2>&1 | tee \"$WGET_LOG\""