mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 08:13:18 +02:00
...
This commit is contained in:
parent
fcc0624b74
commit
20cba609fc
2 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||
compress_news_images = True
|
||||
compress_news_images_auto_size = 5
|
||||
remove_attributes = ['style']
|
||||
conversion_options = {'flow_size': 0}
|
||||
|
||||
remove_tags = [
|
||||
dict(attrs={'aria-label':'tools'.split()}),
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ class NewYorkTimes(BasicNewsRecipe):
|
|||
compress_news_images = True
|
||||
compress_news_images_auto_size = 5
|
||||
remove_attributes = ['style']
|
||||
conversion_options = {'flow_size': 0}
|
||||
|
||||
remove_tags = [
|
||||
dict(attrs={'aria-label':'tools'.split()}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue