mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Improve Anadtech
This commit is contained in:
parent
cc61cca75a
commit
73a40c78a1
@ -21,8 +21,12 @@ class anan(BasicNewsRecipe):
|
|||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
|
|
||||||
remove_tags=[dict(name='a', attrs={'style':'width:110px; margin-top:0px;text-align:center;'}),
|
remove_tags=[
|
||||||
dict(name='a', attrs={'style':'width:110px; margin-top:0px; margin-right:20px;text-align:center;'})]
|
dict(name='a', attrs={'style':'width:110px; margin-top:0px;text-align:center;'}),
|
||||||
|
dict(name='a', attrs={'style':'width:110px; margin-top:0px; margin-right:20px;text-align:center;'}),
|
||||||
|
{'attrs':{'class':['article_links', 'header', 'body_right']}},
|
||||||
|
{'id':['crumbs']},
|
||||||
|
]
|
||||||
|
|
||||||
feeds = [ ('Anandtech', 'http://www.anandtech.com/rss/')]
|
feeds = [ ('Anandtech', 'http://www.anandtech.com/rss/')]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user