diff --git a/resources/images/news/de_standaard.png b/resources/images/news/de_standaard.png new file mode 100644 index 0000000000..0d6bdf5794 Binary files /dev/null and b/resources/images/news/de_standaard.png differ diff --git a/resources/recipes/de_standaard.recipe b/resources/recipes/de_standaard.recipe index cb2aea3b55..a026f3df67 100644 --- a/resources/recipes/de_standaard.recipe +++ b/resources/recipes/de_standaard.recipe @@ -1,5 +1,5 @@ __license__ = 'GPL v3' -__copyright__ = '2008, Darko Miletic ' +__copyright__ = '2008-2011, Darko Miletic ' ''' standaard.be ''' @@ -9,15 +9,16 @@ from calibre.web.feeds.news import BasicNewsRecipe class DeStandaard(BasicNewsRecipe): title = u'De Standaard' __author__ = u'Darko Miletic' - language = 'nl_BE' - + language = 'nl_BE' description = u'News from Belgium in Dutch' oldest_article = 7 max_articles_per_feed = 100 no_stylesheets = True use_embedded_content = False encoding = 'utf-8' - + masthead_url = 'http://www.standaard.be/extra/css/images/masthead/logo_340x45.png' + publication_type = 'newspaper' + keep_only_tags = [dict(name='div' , attrs={'id':['intro','continued']})] feeds = [(u'De Standaard Online', u'http://feeds.feedburner.com/dso-front')] @@ -27,4 +28,4 @@ class DeStandaard(BasicNewsRecipe): return article.get('guid', None) def print_version(self, url): - return url.replace('/Detail.aspx?','/PrintArtikel.aspx?') + return url.replace('/artikel/detail.aspx?','/Artikel/PrintArtikel.aspx?')