mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8006280f57
commit
6197845246
@ -196,7 +196,7 @@ class Espresso(BasicNewsRecipe):
|
|||||||
pt.close()
|
pt.close()
|
||||||
url = 'file:///' + pt.name
|
url = 'file:///' + pt.name
|
||||||
ans.append({"title": title, "url": url})
|
ans.append({"title": title, "url": url})
|
||||||
return [('Espresso', ans)]
|
return [('The world in brief', ans)]
|
||||||
|
|
||||||
def populate_article_metadata(self, article, soup, first):
|
def populate_article_metadata(self, article, soup, first):
|
||||||
article.url = soup.find('h1')['title']
|
article.url = soup.find('h1')['title']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user