You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used iocextract for an old project a while back. I started to look into it more again today and the regex doesn't seem to pick up the URLs anymore. I got this feed back from my initial run (there were other lines but I didn't copy them before I started messing with things in my code):
Hello,
I used iocextract for an old project a while back. I started to look into it more again today and the regex doesn't seem to pick up the URLs anymore. I got this feed back from my initial run (there were other lines but I didn't copy them before I started messing with things in my code):
iocextract.py:822: SyntaxWarning: invalid escape sequence '\W'
email = re.sub("\W[aA][tT]\W", "@", email.lower())
The text was updated successfully, but these errors were encountered: