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