python-opengraph
python-opengraph copied to clipboard
Various fixes
- Moved
__data__
anduseragent
attributes into the instance scope so that they aren't shared by all instances ofOpenGraph
- Fix warning thrown by
BeautifulSoup
by providing appropriate initialization parameter - Add a property to return the
__data__
dictionary.
@opoku I included these (except the property, not sure why it's needed?) and some other tweaks and fixes to my fork, if interested. It will be maintained as I'm using it actively for a project. It's Python 3 only though: https://github.com/jaywink/python-opengraph/blob/master/CHANGELOG.md