From 19f76578446fba7289b142a9d84a96c7af08083a Mon Sep 17 00:00:00 2001 From: "ilker m. sitki" Date: Mon, 2 Sep 2024 10:52:00 +0200 Subject: [PATCH] remove empty feeds Changes to be committed: modified: cumhuriyet.recipe --- recipes/cumhuriyet.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/cumhuriyet.recipe b/recipes/cumhuriyet.recipe index 60d3c8e06c..5284d33082 100644 --- a/recipes/cumhuriyet.recipe +++ b/recipes/cumhuriyet.recipe @@ -13,6 +13,7 @@ class Cumhuriyet(BasicNewsRecipe): use_embedded_content = False timefmt = ' [%d %b %Y]' ignore_duplicate_articles = {'title', 'url'} + remove_empty_feeds = True keep_only_tags = [ dict(name='h1', attrs={'class': 'baslik'}),