Skip to content

Commit

Permalink
Men's Health by Anonymous
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed May 17, 2011
1 parent dc6f033 commit 253e491
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipes/mens_health.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1305636254(BasicNewsRecipe):
title = u'Mens Health (US)'
language = 'en'
__author__ = 'Anonymous'
oldest_article = 14
max_articles_per_feed = 100

feeds = [(u'News', u'http://blogs.menshealth.com/health-headlines/feed')]

0 comments on commit 253e491

Please sign in to comment.