Not sure how this crept in but here is a fix.

This commit is contained in:
Sophist 2017-06-13 14:11:53 +01:00 committed by GitHub
parent 551d59ec41
commit 5b803c22c7

View File

@ -88,7 +88,7 @@ class PrivateEyeRecipe(BasicNewsRecipe):
date = self.publication_date
if url and url not in self.urls:
self.urls.append(url)
self.info(
self.log.info(
"Page added: %s: %s: %s (%s)" % (date, title, description, url)
)
self.current_articles.append({