python-opengraph
python-opengraph copied to clipboard
BeautifulSoup is throwing a warning because of the parser
UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
Thank you for this! I have a bunch of fixes/changes I need to add myself as well.
Will take a look within the next few days.
Perfect! Thank you! Please, let me know when you fix it :).
@Andruten I included this 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