remove empty feeds

Changes to be committed:
	modified:   cumhuriyet.recipe
This commit is contained in:
ilker m. sitki 2024-09-02 10:52:00 +02:00
parent ec768af6db
commit 19f7657844

View File

@ -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'}),