mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 00:25:13 +01:00
...
This commit is contained in:
parent
bc55333486
commit
37098e6ddf
1 changed files with 1 additions and 5 deletions
|
|
@ -8,11 +8,7 @@ class DallasNews(BasicNewsRecipe):
|
|||
|
||||
no_stylesheets = True
|
||||
use_embedded_content = False
|
||||
remove_tags_before = dict(name='h1')
|
||||
keep_only_tags = {'class':lambda x: x and 'article' in x}
|
||||
remove_tags = [
|
||||
{'class':['DMNSocialTools', 'article ', 'article first ', 'article premium']},
|
||||
]
|
||||
auto_cleanup = True
|
||||
|
||||
feeds = [
|
||||
('Local News',
|
||||
|
|
|
|||
Loading…
Reference in a new issue