Created
February 24, 2019 07:14
-
-
Save DanNi0130/b3a9c0fb501988c34062f3fdd503092f 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
singlethreadlinksearch = re.compile(r'\<a class="storylink" href="(.+?)"\>') # again, don’t forget the escape \ before characters like < and > | |
singlethreadlink = singlethreadlinksearch.findall(str(cleanthread)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment