This commit is contained in:
Kovid Goyal 2025-08-11 00:17:27 +05:30
parent bd19a38b55
commit 8a674987bf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,6 +2,7 @@
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
class Stratechery(BasicNewsRecipe): class Stratechery(BasicNewsRecipe):
title = 'Stratechery' title = 'Stratechery'
language = 'en' language = 'en'
@ -11,4 +12,4 @@ class Stratechery(BasicNewsRecipe):
no_stylesheets = True no_stylesheets = True
feeds = [('Stratechery', 'https://stratechery.com/feed/')] feeds = [('Stratechery', 'https://stratechery.com/feed/')]
ignore_duplicate_articles = {'url'} ignore_duplicate_articles = {'url'}
resolve_internal_links = True resolve_internal_links = True