From 67e8629347a1759277146e465172d3ba7a619f8e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 11 Feb 2015 23:12:36 +0100 Subject: In the case it is not possible to resolve the URL of an article we just ignore the problem and continue. --- pyaggr3g470r/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaggr3g470r/crawler.py b/pyaggr3g470r/crawler.py index 26fc0823..74e0a71c 100644 --- a/pyaggr3g470r/crawler.py +++ b/pyaggr3g470r/crawler.py @@ -109,7 +109,7 @@ def parse_feed(user, feed): logger.warning( "Unable to get the real URL of %s. Error: %s", article.link, error) - continue + pass # remove utm_* parameters nice_url = utils.clean_url(nice_url) -- cgit