nokolexbor icon indicating copy to clipboard operation
nokolexbor copied to clipboard

High-performance HTML5 parser for Ruby based on Lexbor, with support for both CSS selectors and XPath.

Results 4 nokolexbor issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am facing while installing (bundle install) the gems on my mac with ruby version 3.3.0 **Environment** - OS: [MacOs Sonoma 14.4.1] - Ruby version: [3.3.0] -...

Before ``` Nokolexbor at_css: 138765.3 i/s Nokolexbor css: 10132.0 i/s ``` After ``` Nokolexbor at_css: 202963.7 i/s Nokolexbor css: 10209.4 i/s ```

The `~` selector is not working as expected. I'm trying to extract only the blocks that appear before the `.more-news` element. This works in the browser but doesn't behave as...

invalid

There are two issues with updating the Lexbor commit in our repo - Performance is degraded in newer versions of Lexbor, see [benchmarks](https://github.com/serpapi/nokolexbor/issues/15#issuecomment-2547655750) - It becomes difficult to implement the...