diff --git a/recipes/horizons.recipe b/recipes/horizons.recipe index 26b48b69b9..fa95ad7a77 100644 --- a/recipes/horizons.recipe +++ b/recipes/horizons.recipe @@ -41,8 +41,9 @@ class horizons(BasicNewsRecipe): self.log(self.cover_url) issue = a.find('div', attrs={'class':'horizon-gallery-title'}) if issue: - self.timefmt = ' [' + self.tag_to_string(issue).strip() + ']' - self.log('Downloading Issue: ', self.timefmt) + self.title = self.tag_to_string(issue).strip() + self.timefmt = ' [' + self.tag_to_string(issue).strip().replace('Horizons ', '') + ']' + self.log('Downloading Issue: ', self.timefmt, self.title) soup = self.index_to_soup(url) feeds = [] diff --git a/recipes/icons/horizons.png b/recipes/icons/horizons.png index 444eab6c9a..28f98997f0 100644 Binary files a/recipes/icons/horizons.png and b/recipes/icons/horizons.png differ diff --git a/recipes/icons/mit_technology_review.png b/recipes/icons/mit_technology_review.png index c10b2e6873..9a731e5127 100644 Binary files a/recipes/icons/mit_technology_review.png and b/recipes/icons/mit_technology_review.png differ