mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix Washington Post recipe
This commit is contained in:
parent
04ba81b2f2
commit
64ef4ee950
@ -30,7 +30,7 @@ class WashingtonPost(BasicNewsRecipe):
|
|||||||
|
|
||||||
|
|
||||||
def get_article_url(self, article):
|
def get_article_url(self, article):
|
||||||
return article.get('feedburner_origlink', article.get('link', None))
|
return article.get('pheedo_origlink', article.get('link', None))
|
||||||
|
|
||||||
def print_version(self, url):
|
def print_version(self, url):
|
||||||
return url.rpartition('.')[0] + '_pf.html'
|
return url.rpartition('.')[0] + '_pf.html'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user