Fix Washington Post recipe

This commit is contained in:
Kovid Goyal 2009-06-04 21:32:51 -07:00
parent 04ba81b2f2
commit 64ef4ee950

View File

@ -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'