python-opengraph icon indicating copy to clipboard operation
python-opengraph copied to clipboard

Various fixes

Open opoku opened this issue 8 years ago • 1 comments

  1. Moved __data__ and useragent attributes into the instance scope so that they aren't shared by all instances of OpenGraph
  2. Fix warning thrown by BeautifulSoup by providing appropriate initialization parameter
  3. Add a property to return the __data__ dictionary.

opoku avatar Jul 08 '16 04:07 opoku

@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

jaywink avatar Oct 14 '17 11:10 jaywink