ex_fussball_de_scraper v0.1.13 ExFussballDeScraper.Scraper

Grabs some content from a fussball.de team website.

Link to this section Summary

Functions

Returns the current table from a fussball.de team website.

Grabs the table html from the given page html.

Returns the next matches from a fussball.de team website.

Link to this section Functions

Link to this function

current_table(team_rewrite, team_id)

current_table(String.t(), String.t()) ::
  {:ok, Map.t(), Integer.t()} | {:error, Atom.t(), Integer.t()}

Returns the current table from a fussball.de team website.

Link to this function

grab_table(doc)

grab_table(String.t()) :: String.t()

Grabs the table html from the given page html.

Link to this function

next_matches(team_rewrite, team_id)

next_matches(String, String) :: {:ok, Map, Integer} | {:error, Atom, Integer}

Returns the next matches from a fussball.de team website.