mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 06:06:16 +01:00
fix hanging comment code
This commit is contained in:
parent
766a7faeb6
commit
e8ec6c7b86
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||
no_stylesheets = True
|
||||
compress_news_images = True
|
||||
compress_news_images_auto_size = 5
|
||||
preprocess_regexps = [(re.compile(r'(?s)<!--.*?-->'), lambda m: '')]
|
||||
|
||||
remove_tags = [
|
||||
dict(attrs={'aria-label':'tools'.split()}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue