mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bc55333486
commit
37098e6ddf
@ -8,11 +8,7 @@ class DallasNews(BasicNewsRecipe):
|
|||||||
|
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
remove_tags_before = dict(name='h1')
|
auto_cleanup = True
|
||||||
keep_only_tags = {'class':lambda x: x and 'article' in x}
|
|
||||||
remove_tags = [
|
|
||||||
{'class':['DMNSocialTools', 'article ', 'article first ', 'article premium']},
|
|
||||||
]
|
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('Local News',
|
('Local News',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user