This commit is contained in:
Kovid Goyal 2023-11-17 13:02:17 +05:30
parent 1342e3cc86
commit 9e587e1d4d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -9,11 +9,9 @@ except ImportError:
import json import json
from html5_parser import parse from html5_parser import parse
from lxml import etree from lxml import etree
from collections import defaultdict
from calibre import replace_entities from calibre import replace_entities
from calibre.ebooks.BeautifulSoup import NavigableString, Tag from calibre.ebooks.BeautifulSoup import NavigableString, Tag
from calibre.utils.date import parse_only_date
from calibre.web.feeds.news import BasicNewsRecipe from calibre.web.feeds.news import BasicNewsRecipe
@ -131,6 +129,7 @@ class Economist(BasicNewsRecipe):
description = ( description = (
'The World Ahead is The Economists future-gazing publication. It prepares audiences for what is to ' 'The World Ahead is The Economists future-gazing publication. It prepares audiences for what is to '
'come with mind-stretching insights and expert analysis—all in The Economists clear, elegant style.' 'come with mind-stretching insights and expert analysis—all in The Economists clear, elegant style.'
' Best downloaded in late November.'
) )
extra_css = ''' extra_css = '''
.headline {font-size: x-large;} .headline {font-size: x-large;}