This commit is contained in:
Kovid Goyal 2024-09-02 14:33:22 +05:30
commit 039d37ff68
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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