links_fetcher v0.1.1 LinksFetcher

Documentation for LinksFetcher.

Link to this section Summary

Link to this section Functions

Link to this function

fetch_links(url, depth \\ 1, statics \\ false)

Fetch Links.

Examples

iex> LinksFetcher.fetch_links("https://www.google.com", 1)
{:ok, ["/preferences?hl=es", "/intl/es/ads/", "/intl/es/policies/privacy/", "/intl/es/policies/terms/"]}