mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-19 05:03:03 +02:00
...
This commit is contained in:
parent
42b58038ea
commit
e4f12eff88
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ def get_article_url(self, article):
|
|||
re.search(r'href=".+?bookmark.cfm.+?link=(.+?)"', s).group(1))
|
||||
except:
|
||||
pass
|
||||
if ans is None:
|
||||
ans = article.get('feedburner_origlink', article.get('guid', article.get('link')))
|
||||
if ans is not None:
|
||||
return ans.replace('?track=rss', '')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue