Text.HTML.Scalpel

Selectors

data Selector

data AttributePredicate

data AttributeName

data TagName

tagSelector

Wildcards

anySelector

Tag combinators

(//)

Attribute predicates

(@:)

(@=)

(@=~)

hasClass

notP

match

Scrapers

data Scraper str a

Primitives

attr

attrs

html

htmls

innerHTML

innerHTMLs

text

texts

chroot

chroots

position

Executing scrapers

scrape

scrapeStringLike

type URL

scrapeURL

scrapeURLWithOpts

scrapeURLWithConfig

data Config str

type Decoder str

defaultDecoder

utf8Decoder

iso88591Decoder