Make title consistent with other arabic titles

i.e. Arabic first, then latin.
This commit is contained in:
Sophist 2023-07-12 22:48:02 +01:00 committed by GitHub
parent 37fbf67369
commit 359ebd2c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'