Magnex v0.1.0 Magnex.Crawlers.Rarbg View Source
Provides access to latest and search for Rarbg torrents.
Link to this section Summary
Link to this section Functions
Link to this function
latest()
View Source
latest()
View Source
latest() :: {:ok, [Torrent.t()]}
latest() :: {:ok, [Torrent.t()]}
Fetches the latest torrents added the rarbg api.
Examples
iex> Magnex.Crawlers.Rarbg.latest
{:ok, [%Torrent{}...]}
Link to this function
search(term) View Source
Performs a search given a term.
Examples
iex> Magnex.Crawlers.Rarbg.search("big buck bunny")
{:ok, [%Torrent{}...]}