mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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
|
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