mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Compress news images when downloading from chicago tribune
This commit is contained in:
parent
32e5760eea
commit
51e6cf8ac4
@ -21,6 +21,8 @@ class ChicagoTribune(BasicNewsRecipe):
|
|||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
|
compress_news_images = True
|
||||||
|
compress_news_images_auto_size = 5
|
||||||
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name='h1'),
|
dict(name='h1'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user