calibre/recipes/counterpunch.recipe
2014-11-06 09:05:44 +05:30

12 lines
323 B
Plaintext

from calibre.web.feeds.news import BasicNewsRecipe
class Counterpunch(BasicNewsRecipe):
title = u'Counterpunch'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
language = 'en'
feeds = [(u'Counterpunch', u'http://www.counterpunch.org/category/article/feed/')]