mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
689f4475e3
commit
2838d7382c
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
from calibre.utils.magick import Image
|
|
||||||
from datetime import date, timedelta
|
from datetime import date, timedelta
|
||||||
|
|
||||||
dates = [ date.today().strftime('%Y/%m/%d'), (date.today() - timedelta(1)).strftime('%Y/%m/%d') ]
|
dates = [ date.today().strftime('%Y/%m/%d'), (date.today() - timedelta(1)).strftime('%Y/%m/%d') ]
|
||||||
@ -79,7 +78,7 @@ class IlPost(BasicNewsRecipe):
|
|||||||
if not title:
|
if not title:
|
||||||
continue
|
continue
|
||||||
self.log('\t', title)
|
self.log('\t', title)
|
||||||
entries.append({
|
entries.append({
|
||||||
"url": link["href"],
|
"url": link["href"],
|
||||||
"title": title,
|
"title": title,
|
||||||
"description": desc
|
"description": desc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user