mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Add stratechery recipe
This commit is contained in:
parent
cc3a3dc198
commit
8107c02f82
14
recipes/stratechery.recipe
Normal file
14
recipes/stratechery.recipe
Normal 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
|
Loading…
x
Reference in New Issue
Block a user