scraper v0.1.0 Scraper.Data

Link to this section Summary

Link to this section Types

Link to this type selector()
selector() ::
  {:find, String.t()}
  | {:map, [{term(), [selector()]}]}
  | {:text, Keyword.t()}
  | {:attr, String.t()}
  | {:attr, String.t(), String.t()}

Link to this section Functions

Link to this function select(parsed_html, list)
select(parsed_html :: Floki.html_tree(), [selector()]) :: [map() | String.t()]