calibre/recipes/mobilenations.recipe
Allan Simonsen a1810043c9 Fixed recipes.
Deleted recipes where host does not exist anymore or has no rss feeds anymore.
2016-12-03 06:52:55 +01:00

19 lines
419 B
Plaintext

from calibre.web.feeds.news import BasicNewsRecipe
class HindustanTimes(BasicNewsRecipe):
title = u'Mobile Nations'
language = 'en'
__author__ = 'Krittika Goyal'
oldest_article = 1 # days
max_articles_per_feed = 25
use_embedded_content = False
no_stylesheets = True
auto_cleanup = True
feeds = [
('News',
'http://www.mobilenations.com/about?format=RSS'),
]