From 3c062037352bccdbc081371dfd28ed9d27890970 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Nov 2014 08:54:49 +0530 Subject: [PATCH] ... --- recipes/boston.com.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/boston.com.recipe b/recipes/boston.com.recipe index c2ee4bf2e1..d0dafade94 100644 --- a/recipes/boston.com.recipe +++ b/recipes/boston.com.recipe @@ -11,6 +11,7 @@ class BostonGlobeSubscription(BasicNewsRecipe): title = "Boston Globe Subscription" __author__ = 'Rob Freundlich' description = 'Boston Globe with full articles for subscribers' + language = 'en' INDEX = date.today().strftime('http://www.bostonglobe.com/todayspaper/%Y/%m/%d') todaysDate = date.today().strftime("%d/%m/%Y") timefmt = ' [%a, %d %b, %Y]'