erikriver / opengraph

A python module to parse the Open Graph Protocol
http://ogp.me/
MIT License
226 stars 82 forks source link

fix exception when encountering invalid og tag #3

Closed syshen closed 12 years ago

syshen commented 12 years ago

Pages from some web sites, like nytimes, may contain invalid og tags, which cause exception. This is a fix to check if it uses the right attribute before read the value.

erikriver commented 12 years ago

it's a good solution, Thanks!