This commit is contained in:
Kovid Goyal 2013-10-10 19:55:28 +05:30
parent e7305f7004
commit 8938d40298

View File

@ -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