scraper v0.1.0 Scraper.Link

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Scraper.Link{
  depth: non_neg_integer(),
  referrer: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function fix(url, referrer)
fix(url :: String.t(), referrer :: t()) :: String.t()
Link to this function new(url)
new(url :: String.t()) :: t()
Link to this function new(url, referrer)
new(url :: String.t(), referrer :: t()) :: t()
Link to this function select(links, selectors, referrer_link)
select(
  links :: [String.t()],
  selectors :: [{module(), atom(), [any()]} | Regex.t() | function()],
  referrer_link :: t()
) :: [String.t()]