mirror of
https://github.com/kemayo/leech
synced 2026-01-06 07:39:07 +01:00
Command-line flag to enable/disable fetching images
This commit is contained in:
parent
e2bc6eba1c
commit
b6310658e8
1 changed files with 6 additions and 0 deletions
|
|
@ -109,6 +109,12 @@ class Site:
|
|||
default=True,
|
||||
help="If true, colors will be stripped from the text."
|
||||
),
|
||||
SiteSpecificOption(
|
||||
'image_fetch',
|
||||
'--fetch-images/--no-fetch-images',
|
||||
# default=True,
|
||||
help="If true, images embedded in the story will be downloaded"
|
||||
),
|
||||
]
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue