Zombie processes, quot parser issue
This commit is contained in:
@@ -17,6 +17,9 @@ class FetchParser():
|
||||
url_host_clean = obj_search.search.replace("www.", "").replace("http://", "").replace("https://", "")
|
||||
# Ensure URL host in URL
|
||||
raw_urls = [u for u in raw_urls if url_host_clean in u]
|
||||
|
||||
# Clean if ends with """
|
||||
raw_urls = [u.replace(""", "") if u.endswith(""") else u for u in raw_urls]
|
||||
|
||||
return raw_urls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user