This commit is contained in:
Kovid Goyal 2012-03-29 14:09:57 +05:30
parent 118632d630
commit 338e5f9a2b

View File

@ -8,7 +8,7 @@ from calibre.web.feeds.recipes import BasicNewsRecipe
class NRC(BasicNewsRecipe): class NRC(BasicNewsRecipe):
title = 'NRC Handelsblad' title = 'NRC Handelsblad'
__author__ = 'veezh' __author__ = 'veezh'
description = 'Nieuws' description = 'Nieuws (no subscription needed)'
oldest_article = 1 oldest_article = 1
max_articles_per_feed = 100 max_articles_per_feed = 100
no_stylesheets = True no_stylesheets = True