mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
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')]
|