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

BeautifulSoup is throwing a warning because of the parser

Open andruten opened this issue 9 years ago • 3 comments

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.

andruten avatar Nov 17 '15 12:11 andruten

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.

HenrikOssipoff avatar Nov 17 '15 12:11 HenrikOssipoff

Perfect! Thank you! Please, let me know when you fix it :).

andruten avatar Nov 17 '15 13:11 andruten

@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

jaywink avatar Oct 14 '17 11:10 jaywink