mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Fix Barrons to work with new get_article_url
This commit is contained in:
parent
74a4e630fc
commit
0159adc585
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user