mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-07 06:25:26 -04:00
...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user