mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
d7d9488807
commit
253d73b39f
@ -8,7 +8,6 @@ __copyright__ = "2023, Tomás Di Domenico <tdido at tdido.eu>"
|
|||||||
www.eldiplo.org
|
www.eldiplo.org
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from calibre.ptempfile import PersistentTemporaryFile
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
@ -104,8 +103,6 @@ class ElDiplo2023(BasicNewsRecipe):
|
|||||||
return {"title": title, "url": url, "description": authors, "date": ""}
|
return {"title": title, "url": url, "description": authors, "date": ""}
|
||||||
|
|
||||||
def preprocess_html(self, soup):
|
def preprocess_html(self, soup):
|
||||||
import re
|
|
||||||
|
|
||||||
font_size = "90%"
|
font_size = "90%"
|
||||||
|
|
||||||
# make the footnotes smaller
|
# make the footnotes smaller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user