From be584d2a0cc64f120647200bfc120ee3aa12166f Mon Sep 17 00:00:00 2001 From: Hilman Ramadhan <4522467+hilmanski@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:21:23 +0800 Subject: [PATCH] Update description --- ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.md b/ruby.md index 55a95f0..a7aff0a 100644 --- a/ruby.md +++ b/ruby.md @@ -61,7 +61,7 @@ This list contains ruby libraries related to web scraping and data processing * [Ox](https://github.com/ohler55/ox) - A fast XML parser and Object marshaller. * [ROXML](https://github.com/Empact/roxml) - Custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML. * [equivalent-xml](https://github.com/mbklein/equivalent-xml) - Easy tests of equivalency of XML documents for Nokogiri::XML -* [nokolexbor](https://github.com/serpapi/nokolexbor) - Nokolexbor is a drop-in replacement for Nokogiri. It's 4.7x faster at parsing HTML and up to 1352x faster at CSS selectors. +* [nokolexbor](https://github.com/serpapi/nokolexbor) - A performance-focused HTML5 parser for Ruby based on Lexbor. It supports both CSS selectors and XPath. ## Text Processing