mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1297 (News recipe name)
This commit is contained in:
parent
bcd4a9d98c
commit
14abab6a74
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user