1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-07 00:45:14 +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( SiteSpecificOption(
'image_fetch', 'image_fetch',
'--fetch-images/--no-fetch-images', '--fetch-images/--no-fetch-images',
# default=True, default=True,
help="If true, images embedded in the story will be downloaded" help="If true, images embedded in the story will be downloaded"
), ),
SiteSpecificOption( SiteSpecificOption(