From abd477fc7196e1eaf2aa9a48204501813976715f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 20 Dec 2008 10:52:58 -0800 Subject: [PATCH] Fix #1422 (The Daily Telegraph recipe not on fetch news menu) --- src/calibre/web/feeds/recipes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/web/feeds/recipes/__init__.py b/src/calibre/web/feeds/recipes/__init__.py index ec2a609eee..042cc6223e 100644 --- a/src/calibre/web/feeds/recipes/__init__.py +++ b/src/calibre/web/feeds/recipes/__init__.py @@ -18,7 +18,7 @@ recipe_modules = [ 'nytimes_sub', 'security_watch', 'cyberpresse', 'st_petersburg_times', 'clarin', 'financial_times', 'heise', 'le_monde', 'harpers', 'science_aas', 'science_news', 'the_nation', 'lrb', 'harpers_full', 'liberation', - 'linux_magazine', + 'linux_magazine', 'telegraph_uk' ] import re, imp, inspect, time, os