General Knowledge Today by Kanika G

This commit is contained in:
Kovid Goyal 2014-08-16 15:16:42 +05:30
parent dbf1f184b3
commit 70a813281a

17
recipes/gkt.recipe Normal file
View File

@ -0,0 +1,17 @@
from calibre.web.feeds.news import BasicNewsRecipe
class Politics(BasicNewsRecipe):
title = u'General Knowledge Today '
language = 'en_IN'
__author__ = 'Kanika G'
oldest_article = 7 # days
max_articles_per_feed = 20
use_embedded_content = False
no_stylesheets = True
auto_cleanup = True
feeds = [
('General Knowledge Today', 'http://feeds.feedburner.com/GeneralKnowledgeToday'),
]