Don't use embedded content for Substack

Substack feed includes a large content section, but it's usually not the entire article.
This commit is contained in:
Steve Chernyak 2023-11-18 09:41:13 -05:00
parent 7595c722ed
commit 93dc4116bb

View File

@ -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,