mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
arstechnica: remove twitter/facebook links and 'you make also like'
This commit is contained in:
parent
623926db15
commit
df03daa245
@ -45,6 +45,9 @@ class ArsTechnica(BasicNewsRecipe):
|
||||
remove_tags = [
|
||||
dict(name=['object','link','embed','iframe','meta'])
|
||||
,dict(attrs={'class':'corner-info'})
|
||||
,dict(attrs={'id': 'article-footer-wrap'})
|
||||
,dict(attrs={'class': 'article-expander'})
|
||||
,dict(name='nav',attrs={'class': 'subheading'})
|
||||
]
|
||||
remove_attributes = ['lang']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user