From 6e539739814fc19dede9017a1e71cc20cb457cce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Mar 2013 22:49:43 +0530 Subject: [PATCH] ... --- recipes/the_friday_times.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'