mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Fix #4179 (Modification of Dutch recipes)
This commit is contained in:
parent
0df3e2ae89
commit
0ad14a0cf8
@ -11,7 +11,7 @@ class DeStandaard(BasicNewsRecipe):
|
||||
__author__ = u'Darko Miletic'
|
||||
language = 'nl_BE'
|
||||
|
||||
description = u'News from Belgium'
|
||||
description = u'News from Belgium in Dutch'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
no_stylesheets = True
|
||||
|
@ -9,7 +9,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
from calibre.ebooks.BeautifulSoup import Tag
|
||||
|
||||
class DeGentenaarOnline(BasicNewsRecipe):
|
||||
title = 'De Gentenaar Online'
|
||||
title = 'De Gentenaar'
|
||||
__author__ = 'Darko Miletic'
|
||||
description = 'News from Belgium in Dutch'
|
||||
publisher = 'De Gentenaar'
|
||||
|
@ -11,7 +11,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
class DeMorganBe(BasicNewsRecipe):
|
||||
title = u'De Morgen'
|
||||
__author__ = u'Darko Miletic'
|
||||
description = u'News from Belgium'
|
||||
description = u'News from Belgium in Dutch'
|
||||
oldest_article = 7
|
||||
language = 'nl_BE'
|
||||
|
||||
|
@ -9,9 +9,9 @@ www.hln.be
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class HLN_be(BasicNewsRecipe):
|
||||
title = 'HLN Belgium'
|
||||
title = 'Het Laatste Nieuws'
|
||||
__author__ = 'Darko Miletic'
|
||||
description = 'Belgium news'
|
||||
description = 'News from Belgium in Dutch'
|
||||
publisher = 'HLN'
|
||||
category = 'news, politics, Belgium'
|
||||
oldest_article = 2
|
||||
|
@ -19,7 +19,7 @@ class DeTijd(BasicNewsRecipe):
|
||||
no_stylesheets = True
|
||||
use_embedded_content = False
|
||||
encoding = 'utf-8'
|
||||
language = 'nl'
|
||||
language = 'nl_BE'
|
||||
|
||||
lang = 'nl-BE'
|
||||
direction = 'ltr'
|
||||
|
@ -4,8 +4,8 @@ from calibre.ebooks.BeautifulSoup import Tag
|
||||
class VrijNederlandRecipe(BasicNewsRecipe) :
|
||||
__license__ = 'GPL v3'
|
||||
__author__ = 'kwetal'
|
||||
language = 'nl_NL'
|
||||
locale = 'nl_NL'
|
||||
language = 'nl'
|
||||
locale = 'nl'
|
||||
version = 1
|
||||
|
||||
title = u'Vrij Nederland'
|
||||
|
Loading…
x
Reference in New Issue
Block a user