huyha85 / opengraph_parser

Simple Ruby Parser library for parsing OpenGraph protocol (http://ogp.me)
MIT License
59 stars 27 forks source link

Fix Image url #14

Closed nuclearghost closed 8 years ago

nuclearghost commented 8 years ago

When attempting to pass in an HTML source instead of a URL, the parser blows up attempting to load images from a URL of the source. This addresses that issue