Commit 00140c2b authored by Ivaylo Ivanov's avatar Ivaylo Ivanov

Add URL entry to CSV

parent 59768d8b
...@@ -69,7 +69,7 @@ class Scanner: ...@@ -69,7 +69,7 @@ class Scanner:
# Find the first thing that matches the mail pattern and the keyword # Find the first thing that matches the mail pattern and the keyword
mail = soup.find(text = mail_pattern) mail = soup.find(text = mail_pattern)
name = soup.find(text = person_pattern) name = soup.find(text = person_pattern)
person["URL"] = url
if mail: if mail:
person["Email"] = mail person["Email"] = mail
else: else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment