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

View File

@ -0,0 +1,14 @@
#!/usr/bin/env python
from calibre.web.feeds.news import BasicNewsRecipe
class Stratechery(BasicNewsRecipe):
title = 'Stratechery'
language = 'en'
__author__ = 'Ben Thompson'
oldest_article = 7
max_articles_per_feed = 100
no_stylesheets = True
feeds = [('Stratechery', 'https://stratechery.com/feed/')]
ignore_duplicate_articles = {'url'}
resolve_internal_links = True