From 746ec1b994395f687568fdf8a10382afdeeefae9 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Sat, 23 Nov 2024 22:10:19 -0600 Subject: [PATCH] Fix image enabling by default Follow-up to 6ecb1d894200c846137662848540948755f901da --- sites/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/__init__.py b/sites/__init__.py index 29904df..425303f 100644 --- a/sites/__init__.py +++ b/sites/__init__.py @@ -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(