calibre/recipes/vfr_magazine.recipe
Kovid Goyal 8938d40298 ...
2013-10-10 19:55:28 +05:30

20 lines
437 B
Plaintext

from calibre.web.feeds.news import BasicNewsRecipe
class VFR(BasicNewsRecipe):
title = u'VFR Magazine'
language = 'it'
__author__ = 'Krittika Goyal'
oldest_article = 31 # days
max_articles_per_feed = 25
#encoding = 'cp1252'
use_embedded_content = False
no_stylesheets = True
auto_cleanup = True
feeds = [
('VFR Magazine',
'http://feeds.feedburner.com/vfrmagazine'),
]