mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
invalid escape sequence
This commit is contained in:
parent
06dbea58d0
commit
ef7b2fd1d1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def hostnames_all(self):
|
|||
return hostnames
|
||||
|
||||
def links_linkedin(self):
|
||||
reg_links = re.compile("url=https:\/\/www.linkedin.com(.*?)&")
|
||||
reg_links = re.compile(r"url=https:\/\/www.linkedin.com(.*?)&")
|
||||
self.temp = reg_links.findall(self.results)
|
||||
resul = []
|
||||
for x in self.temp:
|
||||
|
|
Loading…
Reference in a new issue