
r/Archiveteam

Does anyone know the original video for this image?
The Forza forums are shutting down on June 30th, Microsoft is not archiving them
The forums have been a valuable asset to players for the last 20 years. It sucks to see that they are migrating to Discord, whose search function is awful.
archiving web sites locally for future generations-help pls
Hello archive team fellows, I am trying to archive web sites to save them for next generations to be downloaded and browsed offline locally. the only way I knnow is Httrack but many of the web sites failed. The code I used is below but it gives a error and download nothing. I understand that II nneed to use coookies but no option for cookies.
this is the web site https://riffipedia.fandom.com/
I have many more web sites to archive and I am trying to finnd a solid way to do it. What other optioons do I have ? I am familiar with docker so docker options can be considered
"C:\Program Files\WinHTTrack\httrack.exe" "https://riffipedia.fandom.com/" -O "D:\WebDL\Riffipedia" "+*.riffipedia.fandom.com/*" "+*.fandom.com/*" "+static.wikia.nocookie.net/*" "+vignette.wikia.nocookie.net/*" "-*/Special:*" "-*/User:*" "-*/Talk:*" "-*/action=*" "--depth=5" "--ext-depth=2" "--stay-on-same-domain" "--robots=0" "--sockets=2" "--connection-per-second=0.25" "--timeout=120" "--cookies=1" -F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/122 Safari/537.36" "-%H" "Referer: https://www.google.com/"