Skip to content

Instantly share code, notes, and snippets.

@jonathanoheix
Created December 11, 2018 14:53
Show Gist options
  • Save jonathanoheix/fdbe49eaf326d3935e92bb0deeac258a to your computer and use it in GitHub Desktop.
Save jonathanoheix/fdbe49eaf326d3935e92bb0deeac258a to your computer and use it in GitHub Desktop.
from bs4 import BeautifulSoup
soup = BeautifulSoup(result.text, 'html.parser')
print(soup.prettify()[:1000])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment