mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
7595c722ed
commit
93dc4116bb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user