fimad / scalpel

A high level web scraping library for Haskell.
Apache License 2.0
323 stars 43 forks source link

Allow selecting bare text #71

Closed fimad closed 5 years ago

fimad commented 5 years ago

A new selector, textSelector, is added that matches raw text nodes. This can currently be used to capture floating text that is not directly nested within other tags.

This is probably not super useful without the contextual awareness that will be provided by #48.

Issue #70