hovsater / lexbor

Experimental html parser for Crystal based on new lexborisov's HTML5 parser lexbor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lexbor

Build Status

Experimental html parser for Crystal based on new lexborisov's HTML5 parser lexbor. More faster and cheaper than myhtml, and replacement for it in future. Usage is pretty similar to myhtml, see examples. Only missing css selectors feature.

Installation

Add this to your application's shard.yml:

dependencies:
  lexbor:
    github: kostya/lexbor

And run shards install (Installation require gcc and cmake, make sure it installed)

About

Experimental html parser for Crystal based on new lexborisov's HTML5 parser lexbor.

License:MIT License


Languages

Language:Crystal 98.8%Language:Makefile 0.4%Language:Ruby 0.4%Language:Shell 0.4%