Skip to content

Commit

Permalink
Update fake_traffic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Aug 18, 2021
1 parent 136b860 commit 48e1b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fake_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def parse_urls(response):
"itunes.apple.com", "l.facebook.com", "bit.ly",
"mediawiki", ".css", ".ico", ".xml", "intent/tweet",
"twitter.com/share", "signup", "login", "dialog/feed?",
".json", ".svg", ".gif", "zendesk", "clickserve",]
".json", ".svg", ".gif", "zendesk", "clickserve",
"mailto:"]
try:
tree = html.fromstring(response.text)
tree.make_links_absolute(response.url)
Expand Down

0 comments on commit 48e1b9c

Please sign in to comment.