LinkThumbnailer v2.3.0 Release Notes

  • ➕ Adds

    • ➕ Add requested favicon scraper #40

    ➕ Add :favicon to config.attributes in LinkThumbnailer initializer:

    config.attributes = [:title, :images, :description, :videos, :favicon]
    

    Then

    o = LinkThumbnailer.generate('https://github.com')
    o.favicon
     => "https://github.com/fluidicon.png"