mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Ars Technica
Merge branch 'master' of https://github.com/jelly/calibre
This commit is contained in:
commit
ee7c176f80
@ -45,6 +45,9 @@ class ArsTechnica(BasicNewsRecipe):
|
|||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['object','link','embed','iframe','meta'])
|
dict(name=['object','link','embed','iframe','meta'])
|
||||||
,dict(attrs={'class':'corner-info'})
|
,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']
|
remove_attributes = ['lang']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user