From 9e587e1d4dd0ccd1fbdb7b8c8c9778bb8a0d1f5e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 17 Nov 2023 13:02:17 +0530 Subject: [PATCH] ... --- recipes/economist_world_ahead.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/economist_world_ahead.recipe b/recipes/economist_world_ahead.recipe index ba732b41c3..457de331a6 100644 --- a/recipes/economist_world_ahead.recipe +++ b/recipes/economist_world_ahead.recipe @@ -9,11 +9,9 @@ except ImportError: import json from html5_parser import parse from lxml import etree -from collections import defaultdict from calibre import replace_entities from calibre.ebooks.BeautifulSoup import NavigableString, Tag -from calibre.utils.date import parse_only_date from calibre.web.feeds.news import BasicNewsRecipe @@ -131,6 +129,7 @@ class Economist(BasicNewsRecipe): description = ( 'The World Ahead is The Economist’s future-gazing publication. It prepares audiences for what is to ' 'come with mind-stretching insights and expert analysis—all in The Economist’s clear, elegant style.' + ' Best downloaded in late November.' ) extra_css = ''' .headline {font-size: x-large;}