From 93dc4116bb1caa84973d4cf4fb1168c154f8e7fe Mon Sep 17 00:00:00 2001 From: Steve Chernyak Date: Sat, 18 Nov 2023 09:41:13 -0500 Subject: [PATCH] Don't use embedded content for Substack Substack feed includes a large content section, but it's usually not the entire article. --- recipes/substack.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/substack.recipe b/recipes/substack.recipe index e93c8de411..fc0c0fd03f 100644 --- a/recipes/substack.recipe +++ b/recipes/substack.recipe @@ -28,6 +28,7 @@ class Substack(BasicNewsRecipe): max_articles_per_feed = 100 auto_cleanup = True needs_subscription = 'optional' + use_embedded_content = False # Every Substack publication has an RSS feed at https://{name}.substack.com/feed. # The same URL provides either all posts, or all free posts + previews of paid posts,