From 4315665cb6d0ad240cc2bc6207a8ea3e43124bc5 Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:23:53 +0100 Subject: [PATCH] Add Wayback-Archive to Python section Add Wayback-Archive between sukhoi and spidy in the Python crawlers list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fae14f..a95386a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ A collection of awesome web crawler,spider and resources in different languages. * [PSpider](https://github.com/xianhu/PSpider) - A simple spider frame in Python3. * [Gain](https://github.com/gaojiuli/gain) - Web crawling framework based on asyncio for everyone. * [sukhoi](https://github.com/iogf/sukhoi) - Minimalist and powerful Web Crawler. +* [Wayback-Archive](https://github.com/GeiserX/Wayback-Archive) - Download complete websites from the Wayback Machine with full asset preservation for offline viewing. * [spidy](https://github.com/rivermont/spidy) - The simple, easy to use command line web crawler. * [newspaper](https://github.com/codelucas/newspaper) - News, full-text, and article metadata extraction in Python 3 * [aspider](https://github.com/howie6879/aspider) - An async web scraping micro-framework based on asyncio.