diff --git a/recipes/the_friday_times.recipe b/recipes/the_friday_times.recipe index c2f640268b..2ca8443684 100644 --- a/recipes/the_friday_times.recipe +++ b/recipes/the_friday_times.recipe @@ -2,7 +2,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class TheFridayTimes(BasicNewsRecipe): title = u'The Friday Times' - language = 'en' + language = 'en_PK' __author__ = 'Krittika Goyal'