Skip to content

Instantly share code, notes, and snippets.

@shubham769
Created April 29, 2020 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shubham769/28f5742701663e1ce8c6de9206b66645 to your computer and use it in GitHub Desktop.
Save shubham769/28f5742701663e1ce8c6de9206b66645 to your computer and use it in GitHub Desktop.
from bs4 import BeautifulSoup
soup = BeautifulSoup(html_doc, 'html.parser')
print(soup.prettify())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment