Add URL entry to CSV
This commit is contained in:
parent
59768d8b28
commit
00140c2b6b
@ -69,7 +69,7 @@ class Scanner:
|
||||
# Find the first thing that matches the mail pattern and the keyword
|
||||
mail = soup.find(text = mail_pattern)
|
||||
name = soup.find(text = person_pattern)
|
||||
|
||||
person["URL"] = url
|
||||
if mail:
|
||||
person["Email"] = mail
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user