diff --git a/sites/__init__.py b/sites/__init__.py index 14c9bc6..e32f670 100644 --- a/sites/__init__.py +++ b/sites/__init__.py @@ -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