This commit is contained in:
Kovid Goyal 2023-11-18 21:02:06 +05:30
commit 1160486703
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -28,6 +28,7 @@ class Substack(BasicNewsRecipe):
max_articles_per_feed = 100 max_articles_per_feed = 100
auto_cleanup = True auto_cleanup = True
needs_subscription = 'optional' needs_subscription = 'optional'
use_embedded_content = False
# Every Substack publication has an RSS feed at https://{name}.substack.com/feed. # 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, # The same URL provides either all posts, or all free posts + previews of paid posts,