1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00

Fix image enabling by default

Follow-up to 6ecb1d8942
This commit is contained in:
David Lynch 2024-11-23 22:10:19 -06:00
parent bf248bbfc8
commit 746ec1b994

View file

@ -113,7 +113,7 @@ class Site:
SiteSpecificOption(
'image_fetch',
'--fetch-images/--no-fetch-images',
# default=True,
default=True,
help="If true, images embedded in the story will be downloaded"
),
SiteSpecificOption(