From 00140c2b6b092d3e26a7315e8b3d33955cd1af6c Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Wed, 19 Dec 2018 19:02:29 +0100 Subject: [PATCH] Add URL entry to CSV --- lib/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scanner.py b/lib/scanner.py index 7d6815d..e320b6f 100644 --- a/lib/scanner.py +++ b/lib/scanner.py @@ -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: