rushter / selectolax

Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).
MIT License
1.11k stars 68 forks source link

Updated "Available backends" #43

Closed BarryThrill closed 3 years ago

BarryThrill commented 3 years ago

You have imported: from selectolax.lexbor import LexborHTMLParser, there is no need to call selectolax.lexbor.LexborHTMLParser but instead just LexborHTMLParser

rushter commented 3 years ago

Thanks!