View Source Faviconic (faviconic v0.2.0)

Used to retrieve a favicon from a website.

Summary

Functions

Fetch the binary contents of a favicon file for a domain

Find a favicon URL (or fetch its binary contents by setting the fetch? param to true) Parses an HTML page and tries to find a favicon in it (if provided), and otherwise tries other techniques

Get the URL of a favicon file for a domain (or fetch its binary contents by setting the fetch_image? param to true)

Parses an HTML page and tries to find a favicon URL in it

Functions

Fetch the binary contents of a favicon file for a domain

Link to this function

fetch_from_third_parties(url, fetch_image? \\ true)

View Source
Link to this function

find(url, html_body, fetch? \\ false)

View Source

Find a favicon URL (or fetch its binary contents by setting the fetch? param to true) Parses an HTML page and tries to find a favicon in it (if provided), and otherwise tries other techniques

Link to this function

get(url, fetch_image? \\ false)

View Source

Get the URL of a favicon file for a domain (or fetch its binary contents by setting the fetch_image? param to true)

Link to this function

parse(url, html_body, fetch? \\ false)

View Source

Parses an HTML page and tries to find a favicon URL in it