This commit is contained in:
Kovid Goyal 2023-11-02 16:46:51 +05:30
commit 631e69bee5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -13,6 +13,7 @@ class Cumhuriyet(BasicNewsRecipe):
encoding = 'utf-8'
use_embedded_content = False
timefmt = ' [%d %b %Y]'
ignore_duplicate_articles = {'title', 'url'}
keep_only_tags = [
dict(name='h1', attrs={'class': 'baslik'}),