From 80ab410e6eae24bbb20602d79c1a4c431b7ee911 Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:13:51 +0100 Subject: [PATCH 1/2] Add Wayback-Archive to Archiving section Add Wayback-Archive, a modern Python tool for downloading complete websites from the Wayback Machine with URL rewriting, asset preservation, and font corruption detection. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e4844d8..8838313 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,9 @@ All contributions welcome. Please propose changes using github issue https://git - Download an entire website from the Wayback Machine, [github.com/hartator/wayback-machine-downloader](https://github.com/hartator/wayback-machine-downloader) +- Wayback-Archive, download complete websites from the Wayback Machine with full asset preservation for offline viewing. Modern alternative with URL rewriting, asset preservation, and font corruption detection. Python, GPL-3.0, + [github.com/GeiserX/Wayback-Archive](https://github.com/GeiserX/Wayback-Archive) + # Miscellaneous - Check for collaborative fact-checking, [checkmedia.org](http://www.checkdesk.org)  From d9b7c1183c0d125ca255cd8f0d9e4349d905b83b Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:23:31 +0100 Subject: [PATCH 2/2] Trim Wayback-Archive description to match existing entry style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8838313..78f3a64 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ All contributions welcome. Please propose changes using github issue https://git - Download an entire website from the Wayback Machine, [github.com/hartator/wayback-machine-downloader](https://github.com/hartator/wayback-machine-downloader) -- Wayback-Archive, download complete websites from the Wayback Machine with full asset preservation for offline viewing. Modern alternative with URL rewriting, asset preservation, and font corruption detection. Python, GPL-3.0, +- Wayback-Archive, download complete websites from the Wayback Machine with URL rewriting and asset preservation. Python, [github.com/GeiserX/Wayback-Archive](https://github.com/GeiserX/Wayback-Archive) # Miscellaneous