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
This commit is contained in:
ilker m. sitki 2024-08-30 14:39:53 +02:00
parent b41e2bdac4
commit 850664bfa4

View File

@ -7,13 +7,13 @@ class Star (BasicNewsRecipe):
title = u'Star Gazetesi' title = u'Star Gazetesi'
__author__ = u'thomass' __author__ = u'thomass'
description = 'yeni Türkiye''nin Gazetesi' description = 'Yeni Türkiye''nin Gazetesi'
oldest_article = 2 oldest_article = 2
max_articles_per_feed = 100 max_articles_per_feed = 100
no_stylesheets = True no_stylesheets = True
encoding = 'utf-8' encoding = 'utf-8'
publisher = 'thomass' publisher = 'Star Media Group'
category = 'güncel, haber, türkçe' category = 'Güncel, Haber, Türkçe'
language = 'tr' language = 'tr'
publication_type = 'newspaper' publication_type = 'newspaper'