aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/crawler.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/crawler.py')
-rw-r--r--pyaggr3g470r/crawler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/crawler.py b/pyaggr3g470r/crawler.py
index 96da898d..42430b5e 100644
--- a/pyaggr3g470r/crawler.py
+++ b/pyaggr3g470r/crawler.py
@@ -96,7 +96,7 @@ def fetch(user, feed):
article.link, error)
continue
# remove utm_* parameters
- #nice_url = utils.clean_url(nice_url)
+ nice_url = utils.clean_url(nice_url)
description = ""
article_title = article.get('title', '')
bgstack15