From 1d39d6df7fbb3f0974484dce5127e83ee0997397 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 9 Apr 2011 20:08:47 -0600 Subject: [PATCH] ... --- recipes/brand_eins.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes/brand_eins.recipe b/recipes/brand_eins.recipe index 9b77c7f279..15e1d3ccca 100644 --- a/recipes/brand_eins.recipe +++ b/recipes/brand_eins.recipe @@ -3,8 +3,7 @@ __license__ = 'GPL v3' __copyright__ = '2010, Constantin Hofstetter , Steffen Siebert ' -__version__ = '0.97' - +__version__ = '0.98' # 2011-04-10 ''' http://brandeins.de - Wirtschaftsmagazin ''' import re import string @@ -14,8 +13,8 @@ from calibre.web.feeds.recipes import BasicNewsRecipe class BrandEins(BasicNewsRecipe): title = u'brand eins' - __author__ = 'Constantin Hofstetter' - description = u'Wirtschaftsmagazin' + __author__ = 'Constantin Hofstetter; Steffen Siebert' + description = u'Wirtschaftsmagazin: Gets the last full issue on default. Set a integer value for the username-field to get older issues: 1 -> the newest (but not complete) issue, 2 -> the last complete issue (default), 3 -> the issue before 2 etc.' publisher ='brandeins.de' category = 'politics, business, wirtschaft, Germany' use_embedded_content = False