mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
General Knowledge Today by Kanika G
This commit is contained in:
parent
dbf1f184b3
commit
70a813281a
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…
x
Reference in New Issue
Block a user