Created
February 24, 2019 07:11
-
-
Save DanNi0130/37c1012f127ebbf8ed666d2f73e5764f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
thread = requests.get(commentlinks[0]) | |
cleanthread = bs4.BeautifulSoup(thread.text, 'html.parser') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment