From 5107306419d7806a5f854c7b862e708da00b2100 Mon Sep 17 00:00:00 2001 From: Swastik Bhat Date: Mon, 10 Aug 2026 22:42:51 -0400 Subject: [PATCH] Add scrape-heal to the JavaScript list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A self-healing scraper loop: detects when a site redesign breaks selectors, derives replacements from the last good run's data, and only ships a repair after re-verifying it on the live page. 🤖 Generated with Codebuff Co-Authored-By: Codebuff --- javascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript.md b/javascript.md index a0b7ce4..2f37076 100644 --- a/javascript.md +++ b/javascript.md @@ -221,3 +221,4 @@ _使用 WebSocket 的库。_ ## 其他 JavaScript 列表 - [awesome-javascript](https://github.com/sorrycc/awesome-javascript) +- [scrape-heal](https://github.com/Swastikbhat-lab/scrape-heal) - Self-healing scraper loop: detects when a site redesign breaks selectors, derives replacements from the last good run's data, and only ships a repair after re-verifying it on the live page. TypeScript.