From a34407cc60492a8c663b9e708c0f67ca3592c74c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Jan 2012 00:47:42 +0530 Subject: [PATCH] ... --- recipes/oreilly_premium.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/oreilly_premium.recipe b/recipes/oreilly_premium.recipe index 94d24c1e8e..9dc11059c4 100644 --- a/recipes/oreilly_premium.recipe +++ b/recipes/oreilly_premium.recipe @@ -14,6 +14,7 @@ from calibre.ebooks.BeautifulSoup import BeautifulSoup class OReillyPremium(BasicNewsRecipe): title = u'OReilly Premium' __author__ = 'TMcN' + language = 'en' description = 'Retrieves Premium and News Letter content from BillOReilly.com. Requires a Bill OReilly Premium Membership.' cover_url = 'http://images.billoreilly.com/images/headers/billgray_header.png' auto_cleanup = True