Fix #1297 (News recipe name)

This commit is contained in:
Kovid Goyal 2008-11-23 11:44:16 -08:00
parent bcd4a9d98c
commit 14abab6a74

View File

@ -9,7 +9,7 @@ demorgen.be
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
class DeMorganBe(BasicNewsRecipe): class DeMorganBe(BasicNewsRecipe):
title = u'DeMorgen.be' title = u'De Morgen'
__author__ = u'Darko Miletic' __author__ = u'Darko Miletic'
description = u'News from Belgium' description = u'News from Belgium'
oldest_article = 7 oldest_article = 7