Fix Barrons to work with new get_article_url

This commit is contained in:
Kovid Goyal 2010-01-23 08:11:28 -07:00
parent 74a4e630fc
commit 0159adc585

View File

@ -98,6 +98,9 @@ class Barrons(BasicNewsRecipe):
('Funds/Q&A', 'http://online.barrons.com/xml/rss/3_7519.xml'),
]
def get_article_url(self, article):
return article.get('link', None)
def get_cover_url(self):
cover_url = None