Open jeremiahbenes opened 7 years ago
Change line 25 to browser = RoboBrowser(history=True, parser='html.parser') to avoid No parser was explicitly specified, so I'm using the best available HTML parser for this system error from Beautiful Soup.
browser = RoboBrowser(history=True, parser='html.parser')
No parser was explicitly specified, so I'm using the best available HTML parser for this system
Change line 25 to
browser = RoboBrowser(history=True, parser='html.parser')
to avoidNo parser was explicitly specified, so I'm using the best available HTML parser for this system
error from Beautiful Soup.