mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 10:35:42 +01:00
11 lines
322 B
Text
11 lines
322 B
Text
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')]
|