diff --git a/recipes/lightspeed_magazine.recipe b/recipes/lightspeed_magazine.recipe new file mode 100644 index 0000000000..9bb5ec913f --- /dev/null +++ b/recipes/lightspeed_magazine.recipe @@ -0,0 +1,11 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1366025923(BasicNewsRecipe): + title = u'Lightspeed Magazine' + language = 'en' + __author__ = 'Jose Pinto' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + use_embedded_content = False + feeds = [(u'Lastest Stories', u'http://www.lightspeedmagazine.com/rss-2/')]