From c6e08dcd8738a88362f5de469665f61cd24f05f7 Mon Sep 17 00:00:00 2001 From: Harsimran Sidhu <22066581+PKHarsimran@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:27:15 -0300 Subject: [PATCH] Add website-downloader (Web Scraping / Frameworks) (#3250) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e81d943..56cf8617 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ _Libraries to automate web scraping and extract web content._ - [crawlberg](https://github.com/xberg-io/crawlberg) - A high-performance web crawling engine with a Rust core, headless-browser fallback, and built-in robots.txt and sitemap parsing. - [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites. - [scrapy](https://github.com/scrapy/scrapy) - A fast high-level screen scraping and web crawling framework. + - [website-downloader](https://github.com/PKHarsimran/website-downloader) - A modern wget --mirror / HTTrack alternative that turns whole websites into browsable offline copies. - Content Extraction - [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser. - [html2text](https://github.com/Alir3z4/html2text) - Convert HTML to Markdown-formatted text.