mirror of
https://github.com/kemayo/leech
synced 2026-02-02 21:02:50 +01:00
Make downloading images the default behavior
This commit is contained in:
parent
400c5cc801
commit
6ecb1d8942
1 changed files with 1 additions and 1 deletions
2
leech.py
2
leech.py
|
|
@ -173,7 +173,7 @@ def download(urls, site_options, cache, verbose, normalize, output_dir, **other_
|
|||
filename = ebook.generate_epub(
|
||||
story, options,
|
||||
image_options={
|
||||
'image_fetch': options.get('image_fetch', False),
|
||||
'image_fetch': options.get('image_fetch', True),
|
||||
'image_format': options.get('image_format', 'jpeg'),
|
||||
'compress_images': options.get('compress_images', False),
|
||||
'max_image_size': options.get('max_image_size', 1_000_000),
|
||||
|
|
|
|||
Loading…
Reference in a new issue