home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
Calibre
/
calibre-0.8.18.msi
/
file_280
/
counterpunch.recipe
< prev
next >
Wrap
Text File
|
2011-09-09
|
303b
|
11 lines
from calibre.web.feeds.news import BasicNewsRecipe
class Counterpunch(BasicNewsRecipe):
title = u'Counterpunch'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [(u'Counterpunch', u'http://www.counterpunch.org/category/article/feed/')]