mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Merge branch 'patch-10' of https://github.com/Sophist-UK/calibre
This commit is contained in:
commit
2dcdd2bff6
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user