rushter / selectolax

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

Fix return type on HTMLParser.tags #55

Closed barnybug closed 2 years ago

barnybug commented 2 years ago

Small fix - the return type on this is a list of Nodes.

rushter commented 2 years ago

Thanks!