Open frmsaul opened 8 years ago
I am having the same issue. I don't think it is an issue specifically with genius.com because I am encountering it with other websites too.
You can pass the parser to beautifulsoup like this:
browser = RoboBrowser(parser='html5lib')
Hi,
Im trying to run the first script found here: http://robobrowser.readthedocs.io/en/latest/readme.html (The one that scrapes Genius.com)
And I'm getting the following error + warning:
Im using Python 2.7.10 and my OS is OS X El Capitan (10.11.4)
Am I doing something wrong? Or did Genius.com just changed their interface and the script is not updated?
-- Saul