mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
Not sure how this crept in but here is a fix.
This commit is contained in:
parent
551d59ec41
commit
5b803c22c7
@ -88,7 +88,7 @@ class PrivateEyeRecipe(BasicNewsRecipe):
|
|||||||
date = self.publication_date
|
date = self.publication_date
|
||||||
if url and url not in self.urls:
|
if url and url not in self.urls:
|
||||||
self.urls.append(url)
|
self.urls.append(url)
|
||||||
self.info(
|
self.log.info(
|
||||||
"Page added: %s: %s: %s (%s)" % (date, title, description, url)
|
"Page added: %s: %s: %s (%s)" % (date, title, description, url)
|
||||||
)
|
)
|
||||||
self.current_articles.append({
|
self.current_articles.append({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user