Created
December 11, 2018 14:53
-
-
Save jonathanoheix/fdbe49eaf326d3935e92bb0deeac258a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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