mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'nzz_ger' of https://github.com/h-holm/calibre
This commit is contained in:
commit
32818883bd
@ -12,7 +12,7 @@ class Nzz(BasicNewsRecipe):
|
|||||||
description = 'Neue Zürcher Zeitung'
|
description = 'Neue Zürcher Zeitung'
|
||||||
publisher = 'Neue Zürcher Zeitung'
|
publisher = 'Neue Zürcher Zeitung'
|
||||||
category = 'news, politics'
|
category = 'news, politics'
|
||||||
oldest_article = 30
|
oldest_article = 7
|
||||||
max_articles_per_feed = 15
|
max_articles_per_feed = 15
|
||||||
language = 'de'
|
language = 'de'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
@ -32,6 +32,7 @@ class Nzz(BasicNewsRecipe):
|
|||||||
dict(name='figcaption', attrs={'class': 'articlecomponent__description'}),
|
dict(name='figcaption', attrs={'class': 'articlecomponent__description'}),
|
||||||
dict(name='div', attrs={'class': 'nzzinteraction'}),
|
dict(name='div', attrs={'class': 'nzzinteraction'}),
|
||||||
dict(name='section', attrs={'class': 'nzzinteraction'}),
|
dict(name='section', attrs={'class': 'nzzinteraction'}),
|
||||||
|
dict(name='div', attrs={'class': 'disabled-overlay'}),
|
||||||
]
|
]
|
||||||
|
|
||||||
remove_attributes = ['style', 'font', 'class']
|
remove_attributes = ['style', 'font', 'class']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user