mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ehancement for WikiNews recipe: fetch cover from wikemedia
This commit is contained in:
parent
93f5612490
commit
17f3f48616
@ -55,6 +55,9 @@ class WikiNews(BasicNewsRecipe):
|
|||||||
rest, sep, article_id = url.rpartition('/')
|
rest, sep, article_id = url.rpartition('/')
|
||||||
return 'http://en.wikinews.org/w/index.php?title=' + article_id + '&printable=yes'
|
return 'http://en.wikinews.org/w/index.php?title=' + article_id + '&printable=yes'
|
||||||
|
|
||||||
|
def get_cover_url(self):
|
||||||
|
return 'http://upload.wikimedia.org/wikipedia/commons/b/bd/Wikinews-logo-en.png'
|
||||||
|
|
||||||
def preprocess_html(self, soup):
|
def preprocess_html(self, soup):
|
||||||
mtag = '<meta http-equiv="Content-Language" content="en"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8">'
|
mtag = '<meta http-equiv="Content-Language" content="en"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8">'
|
||||||
soup.head.insert(0,mtag)
|
soup.head.insert(0,mtag)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user