From 722106531f439acaa7ef609ecfa4c26eb51a1f9e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Mar 2017 14:33:44 +0530 Subject: [PATCH] ... --- recipes/spectator_magazine.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/spectator_magazine.recipe b/recipes/spectator_magazine.recipe index 07df8500b5..f066f17936 100644 --- a/recipes/spectator_magazine.recipe +++ b/recipes/spectator_magazine.recipe @@ -51,7 +51,7 @@ class Spectator(BasicNewsRecipe): def parse_index(self): soup = self.index_to_soup('https://www.spectator.co.uk/magazine/') a = soup.find('a', attrs={'class': 'issue-details__cover-link'}) - self.timefmt = a['title'] + self.timefmt = ' [%s]' % a['title'] self.cover_url = a['href'] if self.cover_url.startswith('//'): self.cover_url = 'http:' + self.cover_url