Update Ars Technica

Merge branch 'master' of https://github.com/jelly/calibre
This commit is contained in:
Kovid Goyal 2014-12-03 07:55:43 +05:30
commit ee7c176f80

View File

@ -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']