mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7ab3ce7fe4
commit
b2ace1e470
@ -11,16 +11,7 @@ class NYTimes(BasicNewsRecipe):
|
|||||||
language = 'en'
|
language = 'en'
|
||||||
|
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
remove_tags_before = dict(name='div', attrs={'align':'center'})
|
keep_only_tags = dict(id='content')
|
||||||
remove_tags_after = dict(name='ol', attrs={'compact':'COMPACT'})
|
|
||||||
remove_tags = [
|
|
||||||
dict(name='iframe'),
|
|
||||||
#dict(name='div', attrs={'class':'related-articles'}),
|
|
||||||
dict(name='div', attrs={'id':['sidebar']}),
|
|
||||||
#dict(name='form', attrs={'onsubmit':"return verifySearch(this.w,'Keyword, citation, or author')"}),
|
|
||||||
dict(name='table', attrs={'align':'RIGHT'}),
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#TO LOGIN
|
#TO LOGIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user