mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6101940277
commit
ca1143d043
@ -35,7 +35,7 @@ class WiredDailyNews(BasicNewsRecipe):
|
|||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['meta','link']),
|
dict(name=['meta','link']),
|
||||||
dict(name='div', attrs={'class':'podcast_storyboard'}),
|
dict(name='div', attrs={'class':'podcast_storyboard'}),
|
||||||
dict(id='article-tags'),
|
dict(id=['sharing', 'social', 'article-tags', 'sidebar']),
|
||||||
]
|
]
|
||||||
keep_only_tags=[
|
keep_only_tags=[
|
||||||
dict(attrs={'data-js':['post', 'postHeader']}),
|
dict(attrs={'data-js':['post', 'postHeader']}),
|
||||||
@ -62,8 +62,4 @@ class WiredDailyNews(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def get_article_url(self, article):
|
def get_article_url(self, article):
|
||||||
url = article.get('guid', None)
|
return article.get('guid', None)
|
||||||
try:
|
|
||||||
return self.browser.open_novisit(url).geturl() # resolve redirect.
|
|
||||||
except:
|
|
||||||
return url
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user