From 8938d4029850581fca2024435c33e8bc32dc5dba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 10 Oct 2013 19:55:28 +0530 Subject: [PATCH] ... --- recipes/vfr_magazine.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/vfr_magazine.recipe b/recipes/vfr_magazine.recipe index 788d91cab7..44d0662e7d 100644 --- a/recipes/vfr_magazine.recipe +++ b/recipes/vfr_magazine.recipe @@ -1,9 +1,9 @@ from calibre.web.feeds.news import BasicNewsRecipe -class HindustanTimes(BasicNewsRecipe): +class VFR(BasicNewsRecipe): title = u'VFR Magazine' - language = 'fr' + language = 'it' __author__ = 'Krittika Goyal' oldest_article = 31 # days max_articles_per_feed = 25