mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
42b58038ea
commit
e4f12eff88
@ -85,6 +85,8 @@ class ChicagoTribune(BasicNewsRecipe):
|
|||||||
re.search(r'href=".+?bookmark.cfm.+?link=(.+?)"', s).group(1))
|
re.search(r'href=".+?bookmark.cfm.+?link=(.+?)"', s).group(1))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
if ans is None:
|
||||||
|
ans = article.get('feedburner_origlink', article.get('guid', article.get('link')))
|
||||||
if ans is not None:
|
if ans is not None:
|
||||||
return ans.replace('?track=rss', '')
|
return ans.replace('?track=rss', '')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user