From 0f8eca33fe90870639c64c3017be30dd58b51d65 Mon Sep 17 00:00:00 2001 From: peterjasc Date: Sun, 14 Jan 2024 12:53:37 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a82552..cebb403 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ func main() { - [stitcherd](https://github.com/vhodges/stitcherd), A server for doing server side includes using css selectors and DOM updates. - [goskyr](https://github.com/jakopako/goskyr), an easily configurable command-line scraper written in Go. - [goGetJS](https://github.com/davemolk/goGetJS), a tool for extracting, searching, and saving JavaScript files (with optional headless browser). +- [fitter](https://github.com/PxyUp/fitter), a tool for selecting values from JSON, XML, HTML and XPath formatted pages). ## Support From 11947b0fdf785c7edcb7fb0895845e57ea3f51be Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Sun, 14 Jan 2024 09:43:31 -0500 Subject: [PATCH 2/2] Remove paren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cebb403..3c83a35 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ func main() { - [stitcherd](https://github.com/vhodges/stitcherd), A server for doing server side includes using css selectors and DOM updates. - [goskyr](https://github.com/jakopako/goskyr), an easily configurable command-line scraper written in Go. - [goGetJS](https://github.com/davemolk/goGetJS), a tool for extracting, searching, and saving JavaScript files (with optional headless browser). -- [fitter](https://github.com/PxyUp/fitter), a tool for selecting values from JSON, XML, HTML and XPath formatted pages). +- [fitter](https://github.com/PxyUp/fitter), a tool for selecting values from JSON, XML, HTML and XPath formatted pages. ## Support