From 850664bfa42e87c6343e74e26b1dcc041f14a189 Mon Sep 17 00:00:00 2001 From: "ilker m. sitki" Date: Fri, 30 Aug 2024 14:39:53 +0200 Subject: [PATCH] fix metadata 1-) correct the name of the publisher 2-) capitilaze some letters according to the Turkish grammar. Changes to be committed: modified: star_gazetesi.recipe --- recipes/star_gazetesi.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/star_gazetesi.recipe b/recipes/star_gazetesi.recipe index 35e3aa2031..0825259b50 100644 --- a/recipes/star_gazetesi.recipe +++ b/recipes/star_gazetesi.recipe @@ -7,13 +7,13 @@ class Star (BasicNewsRecipe): title = u'Star Gazetesi' __author__ = u'thomass' - description = 'yeni Türkiye''nin Gazetesi' + description = 'Yeni Türkiye''nin Gazetesi' oldest_article = 2 max_articles_per_feed = 100 no_stylesheets = True encoding = 'utf-8' - publisher = 'thomass' - category = 'güncel, haber, türkçe' + publisher = 'Star Media Group' + category = 'Güncel, Haber, Türkçe' language = 'tr' publication_type = 'newspaper'