mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:43:40 +02:00
General Knowledge Today by Kanika G
This commit is contained in:
parent
dbf1f184b3
commit
70a813281a
1 changed files with 17 additions and 0 deletions
17
recipes/gkt.recipe
Normal file
17
recipes/gkt.recipe
Normal 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'),
|
||||
]
|
||||
Loading…
Reference in a new issue