All Versions
51
Latest Version
Avg Release Cycle
110 days
Latest Release
-

Changelog History
Page 3

  • v2.3.1 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix an issue with the link density grader caused by links with image instead of text. Fixes #45
  • v2.3.0 Changes

    โž• 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"
    
  • v2.2.3 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes #41
  • v2.2.2 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes #41
  • v2.2.1 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes issue when computing link density ratio
  • v2.2.0 Changes

    โž• Adds

    • โž• Add support for og:video
    • โž• Add support for multiple og:video as well

    ๐Ÿ”— LinkThumbnailer will return the following json for example:

    {
      id:         'x7lni3',
      src:        'http://www.dailymotion.com/video/x7lni3',
      size:       [640, 360],
      duration:   136,
      provider:   'Dailymotion',
      embed_code: '<iframe src="//www.dailymotion.com/embed/video/x7lni3" frameborder="0" allowfullscreen="allowfullscreen"></iframe>'
    }
    

    โž• Add :videos into your config/initializers/link_thumbnailer.rb attributes config in order to start scraping videos.

    Ex:

    config.attributes = [:title, :images, :description, :videos]
    
  • v2.1.0 Changes

    โž• Adds

    • ๐ŸŽ Increased og:image scraping performance by parsing og:image:width and og:image:height attribute if specified
    • ๐ŸŽ Introduced image_stats option to allow disabling image size and type parsing causing performance issues.

    When disabled, size will be [0, 0] and type will be nil

  • v2.0.4 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes #39
  • v2.0.3 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes #37
  • v2.0.2 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes couple of issues with URI class namespace