mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 07:35:37 +01:00
Fix Barrons to work with new get_article_url
This commit is contained in:
parent
74a4e630fc
commit
0159adc585
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ def get_feeds(self):
|
|||
('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…
Reference in a new issue