From f0d19bc9a5497b8a68c38b0d5fd8355f8806a409 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Aug 2009 20:21:56 -0600 Subject: [PATCH] IGN:Fix #3245 (New recipe for Esquire magazine) --- src/calibre/web/feeds/recipes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/web/feeds/recipes/__init__.py b/src/calibre/web/feeds/recipes/__init__.py index f0c6dd6bd7..061c5746f4 100644 --- a/src/calibre/web/feeds/recipes/__init__.py +++ b/src/calibre/web/feeds/recipes/__init__.py @@ -55,6 +55,7 @@ recipe_modules = ['recipe_' + r for r in ( 'eltiempo_hn', 'slate', 'tnxm', 'bbcvietnamese', 'vnexpress', 'volksrant', 'theeconomictimes_india', 'ourdailybread', 'monitor', 'republika', 'beta', 'beta_en', 'glasjavnosti', + 'esquire', )]