1
0
Fork 0
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:
David Lynch 2024-11-23 16:01:18 -06:00
parent e2bc6eba1c
commit b6310658e8

View file

@ -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