1

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?

julkarham
  • 115
  • 1
  • 5

1 Answers1

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