From 1c49bb603d1872de791fda2af86367dbbc50a3c9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 1 Aug 2022 19:18:03 +0530 Subject: [PATCH] ... --- recipes/cacm.recipe | 1 + recipes/epoch_times.recipe | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/cacm.recipe b/recipes/cacm.recipe index a4f209b911..aee3c68eca 100644 --- a/recipes/cacm.recipe +++ b/recipes/cacm.recipe @@ -7,6 +7,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class CACM(BasicNewsRecipe): title = "ACM CACM Magazine" description = "Published on day 1 of every month." + language = 'en' oldest_article = 30 max_articles_per_feed = 100 auto_cleanup = True diff --git a/recipes/epoch_times.recipe b/recipes/epoch_times.recipe index 9a59222e73..150dc7651d 100644 --- a/recipes/epoch_times.recipe +++ b/recipes/epoch_times.recipe @@ -7,7 +7,7 @@ class EpochTimes(BasicNewsRecipe): title = 'The Epoch Times' __author__ = 'Kovid Goyal' description = 'US general news' - lang = 'en_US' + language = 'en_US' encoding = 'utf-8' oldest_article = 2 max_articles_per_feed = 10