This guide says that to extract some information from a website using requests and Beautiful soup we can use the method BeautifulSoup(request, ‘html5lib’), but it states that it will not run on an online IDE. I was wondering why that is and if there is any workaround, if one is using an online IDE. Is there a different HTML parser?
Asked
Active
Viewed 5,009 times
1 Answers
2
This is now (UPDATED) possible via Online Idle at Repl.it , Rextester. This was not possible earlier since some of the online compilers couldn't have one of those (requests, beautifulsoup, html2lib) libraries within them.

Joshua Varghese
- 5,082
- 1
- 13
- 34
-
if this answers your question, mark this as the answer so that the question is closed – Joshua Varghese Apr 06 '20 at 04:46