From 359ebd2c19322b6f550013697d528656e6660af3 Mon Sep 17 00:00:00 2001 From: Sophist <3001893+Sophist-UK@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:48:02 +0100 Subject: [PATCH] Make title consistent with other arabic titles i.e. Arabic first, then latin. --- recipes/al_masry_alyoum_arabic.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/al_masry_alyoum_arabic.recipe b/recipes/al_masry_alyoum_arabic.recipe index d2713d96a3..b834f1ff62 100644 --- a/recipes/al_masry_alyoum_arabic.recipe +++ b/recipes/al_masry_alyoum_arabic.recipe @@ -8,7 +8,7 @@ from calibre.web.feeds.recipes import BasicNewsRecipe class AlMasryAlyoum(BasicNewsRecipe): - title = u'Al-Masry Alyoum (المصري اليوم)' + title = u'المصري اليوم (Al-Masry Alyoum)' __author__ = 'Hassan Williamson' description = 'The Arabic version of the Al-Masry Alyoum (Egypt Independent) newspaper.' language = 'ar_eg'