diff --git a/recipes/stratechery.recipe b/recipes/stratechery.recipe index 779be0b4f1..066d2017a4 100644 --- a/recipes/stratechery.recipe +++ b/recipes/stratechery.recipe @@ -2,6 +2,7 @@ from calibre.web.feeds.news import BasicNewsRecipe + class Stratechery(BasicNewsRecipe): title = 'Stratechery' language = 'en' @@ -11,4 +12,4 @@ class Stratechery(BasicNewsRecipe): no_stylesheets = True feeds = [('Stratechery', 'https://stratechery.com/feed/')] ignore_duplicate_articles = {'url'} - resolve_internal_links = True \ No newline at end of file + resolve_internal_links = True