Grand Sorcerer
Posts: 13,585
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
I saw the exact same issue; it took several runs to actually get a successful download.
18:17
Spoiler:
Code:
Fetch news from The Economist
Conversion options changed from defaults:
output_profile: 'kobo'
verbose: 2
Resolved conversion options
calibre version: 7.23.0
{'add_alt_text_to_img': False,
'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_download_recipe': False,
'dont_split_on_page_breaks': True,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_max_image_size': 'none',
'epub_toc_at_end': False,
'epub_version': '2',
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': None,
'fix_indents': True,
'flow_size': 260,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x7f2f3ab03710>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_default_epub_cover': False,
'no_inline_navbars': False,
'no_svg_cover': False,
'output_profile': <calibre.customize.profiles.KoboReaderOutput object at 0x7f2f3a98b1d0>,
'page_breaks_before': None,
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'recipe_specific_option': None,
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': None,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': '',
'sr1_search': '',
'sr2_replace': '',
'sr2_search': '',
'sr3_replace': '',
'sr3_search': '',
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'transform_css_rules': None,
'transform_html_rules': None,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Downloading recipe urn: builtin:economist
Trying to get latest version of recipe: economist
Using user agent: TheEconomist-Lamarr-android
Recipe specific options:
res = 600
Traceback (most recent call last):
File "<string>", line 332, in parse_index
File "calibre/web/feeds/news.py", line 753, in index_to_soup
File "mechanize/_mechanize.py", line 241, in open_novisit
File "mechanize/_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class.<locals>.httperror_seek_wrapper: HTTP Error 400: Bad Request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 47, in <module>
File "site.py", line 43, in main
File "calibre/utils/ipc/worker.py", line 215, in main
File "calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_recipe
File "calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
File "calibre/ebooks/conversion/plumber.py", line 1129, in run
File "calibre/customize/conversion.py", line 245, in __call__
File "calibre/ebooks/conversion/plugins/recipe_input.py", line 155, in convert
File "calibre/web/feeds/news.py", line 1125, in download
File "calibre/web/feeds/news.py", line 1304, in build_index
File "<string>", line 334, in parse_index
ValueError: Server is not reachable, try again after some time.
19:32
Spoiler:
Code:
Fetch news from The Economist
Conversion options changed from defaults:
verbose: 2
output_profile: 'kobo'
Resolved conversion options
calibre version: 7.23.0
{'add_alt_text_to_img': False,
'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_download_recipe': False,
'dont_split_on_page_breaks': True,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_max_image_size': 'none',
'epub_toc_at_end': False,
'epub_version': '2',
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': None,
'fix_indents': True,
'flow_size': 260,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x7fd9adaa2e50>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_default_epub_cover': False,
'no_inline_navbars': False,
'no_svg_cover': False,
'output_profile': <calibre.customize.profiles.KoboReaderOutput object at 0x7fd9ad972a10>,
'page_breaks_before': None,
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'recipe_specific_option': None,
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': None,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': '',
'sr1_search': '',
'sr2_replace': '',
'sr2_search': '',
'sr3_replace': '',
'sr3_search': '',
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'transform_css_rules': None,
'transform_html_rules': None,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Downloading recipe urn: builtin:economist
Trying to get latest version of recipe: economist
Using user agent: TheEconomist-Lamarr-android
Recipe specific options:
res = 600
Traceback (most recent call last):
File "<string>", line 332, in parse_index
File "calibre/web/feeds/news.py", line 753, in index_to_soup
File "mechanize/_mechanize.py", line 241, in open_novisit
File "mechanize/_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class.<locals>.httperror_seek_wrapper: HTTP Error 400: Bad Request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 47, in <module>
File "site.py", line 43, in main
File "calibre/utils/ipc/worker.py", line 215, in main
File "calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_recipe
File "calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
File "calibre/ebooks/conversion/plumber.py", line 1129, in run
File "calibre/customize/conversion.py", line 245, in __call__
File "calibre/ebooks/conversion/plugins/recipe_input.py", line 155, in convert
File "calibre/web/feeds/news.py", line 1125, in download
File "calibre/web/feeds/news.py", line 1304, in build_index
File "<string>", line 334, in parse_index
ValueError: Server is not reachable, try again after some time.
20:09
Spoiler:
Code:
Fetch news from The Economist
Conversion options changed from defaults:
output_profile: 'kobo'
verbose: 2
Resolved conversion options
calibre version: 7.23.0
{'add_alt_text_to_img': False,
'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_download_recipe': False,
'dont_split_on_page_breaks': True,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_max_image_size': 'none',
'epub_toc_at_end': False,
'epub_version': '2',
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': None,
'fix_indents': True,
'flow_size': 260,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x7f815f7cf710>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_default_epub_cover': False,
'no_inline_navbars': False,
'no_svg_cover': False,
'output_profile': <calibre.customize.profiles.KoboReaderOutput object at 0x7f815f6d3350>,
'page_breaks_before': None,
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'recipe_specific_option': None,
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': None,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': '',
'sr1_search': '',
'sr2_replace': '',
'sr2_search': '',
'sr3_replace': '',
'sr3_search': '',
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'transform_css_rules': None,
'transform_html_rules': None,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Downloading recipe urn: builtin:economist
Trying to get latest version of recipe: economist
Using user agent: TheEconomist-Lamarr-android
Recipe specific options:
res = 600
Got cover: https://www.economist.com/cdn-cgi/image/width=960,quality=80,format=auto/media-assets/image/20241221_DE_US.jpg
Holiday double issue
The world this week
The world this year 2024
The world this year ::
The weekly cartoon
This week’s cover
The Economist :: How we saw the world
The World Ahead
The World Ahead 2025
Future-gazing analysis, predictions and speculation
Leaders
What to make of 2024
The world :: A turbulent year has shed fresh light on some important truths
Keep the Caucasus safe from Russia
Georgia on your mind :: Georgia’s protesters and president need help
Global warming is speeding up. Another reason to think about geoengineering
Of clouds and Crutzen :: Reducing sulphur emissions saves lives. But it could also be hastening planetary warming
The Economist’s country of the year for 2024
When nations excel :: The winner toppled a tyrant and seems headed for something better
How to give money to good causes
Doing good :: Let a balance of morals, liberty and efficiency be your guide
Letters
Letters to the editor
On gambling, Stack Overflow, museums, Africa, Britain, ancient Rome, book titles, Britishisms, lift humour :: A selection of correspondence
United States
Is the opioid epidemic finally burning out?
Through the eye of the needle :: Overdose deaths are falling steadily
The Biden administration pursued a mistaken policy on LNG exports
Gas without light :: It will be reversed eventually, but not before the courts have had their say
Donald Trump’s DEI assessment
Progressive MAGA :: The Economist has been handed a confidential memo by a consultancy with way too much time on its hands
How the Democrats wandered away from America’s workers
Lexington :: A pro-labour Democrat’s career traces the party’s erratic path
The Americas
Latin Americans are worryingly relaxed about authoritarianism
Attitudes to democracy :: The Latinobarómetro poll shows a region that is happier with its democracies, but at ease with illiberalism
A crushing blow for the Justin Trudeau show
Canadian politics :: His most powerful minister, Chrystia Freeland, quits
Asia
Singapore’s government is determined to keep hawker centres alive
Food fetish :: Why is the city-state’s bare-bones government running a bureaucracy of stir-fries?
South Korea’s president is impeached
Systemic failure :: Yoon Suk Yeol’s declaration of martial law destroyed his presidency. For the country the reckoning has just begun
Dommaraju Gukesh’s win will accelerate India’s chess ambitions
Grandmaster flash :: The world’s youngest-ever grandmaster is part of a bigger country-wide trend
China
China’s economy is in for another rough year
The difficult path ahead :: Bold action is needed to turn things around
How to get a free meal in China
Charitable cooking :: As the economy slows, more restaurants are offering food to those in need
Middle East & Africa
Everyone wants to meet Syria’s new rulers
Meet the boss :: But a flurry of diplomatic meetings in Damascus points to the obstacles ahead
Israel and Hamas look close to some kind of deal
Prospects of a ceasefire in Gaza :: Lebanon, Syria and Donald Trump have all been important
Ethiopia and Somalia claim to have settled a dangerous feud
A deal in the Horn? :: But there are reasons to be sceptical
South Sudan’s economic crisis threatens its fragile peace
When the oil stops :: It shows what happens when a petrostate’s lifeline disappears overnight
Europe
German politicians are talking tough, but offering little
Fiery talk, low ambition :: Sparks fly as the election campaign kicks off—but the parties are scaling back their ambitions
Ukrainian troops celebrate a grim Christmas in Kursk
Ink and blood :: A local paper braves Russian bombs to deliver news on the front line
France’s new prime minister faces a looming mess
French politics :: François Bayrou has an emergency budget but no government yet
Police brutality is not stopping Georgia’s protests
How to beat protesters :: Pro-EU demonstrations continue, despite little help from abroad
We need to talk about Europe’s Kevins
Charlemagne :: How an American name became a European diagnosis
Britain
Britain prepares for its third defence review in four years
Here we go again :: Does it want to remain a serious power on land or sea?
Why meal-replacement drinks are shaking up the British lunch
Huel tide :: They are being rebranded as aspirational as well as efficient
How to get money from Ebenezer Scrooge
Marley’s ghost :: Get him to leave a gift in his will
Britain’s Labour government is keen on deporting illegal migrants
Point of slow return :: But its efforts will run into roadblocks
The eternal Bossman
Bagehot :: Britain’s corner shops will never die
Christmas Specials
A journalist retraces humanity’s journey out of Africa—on foot
Around the world in 50m paces :: The Economist tries “slow journalism” with Paul Salopek
How much happiness does money buy?
Mammon and merriment :: Your answer determines not just how you should live, but how you should invest
How the axolotl rose from obscurity to global stardom
The tadpole that conquered the world :: A tale that unites Alexander von Humboldt, Diego Rivera and Pokémon
A Bible-bashing, gun-toting governor holds lessons for today
Annals of American populism :: Xenophobia, disputed elections, indictments: the story of Sidney Catts is eerily familiar
The incredible story of Afghanistan's exiled women’s cricket team
Batswomen v bigots :: The Taliban would kill them for daring to play “the gentlemen’s game”
A chart that shows everything that has ever existed
Life, the universe and everything :: Could the universe itself be a black hole?
Inside the RSS, the world’s most powerful volunteer group
Boy scouts with attitude :: Among the foot soldiers of Hindu nationalism, bored young men find purpose
How better data could lead to better sex
Carnal knowledge :: What we don’t know about human sexual behaviour is scandalous
A day in the life of Toyosu, the world’s greatest fish market
The titans of tuna :: The best sashimi chefs on the planet rely on Japan’s Wall Street of seafood
When doing the right thing goes wrong
How good are good Samaritans? :: How a car crash in Los Angeles rewrote the law on helping strangers
How retired aircraft find a second act
The afterlife of aeroplanes :: And how retired planes keep the global aviation industry aloft
How a Nigerian built one of Europe’s largest churches in…Ukraine
The megapreacher Putin hates :: The astonishing tale of an unlikely merchant of miracles
How premodern energy shaped Britain
The first age of renewables :: And the lessons for life after
Finance, consulting and tech are gobbling up top students
The Ivy League rat race :: Are they abandoning their dreams—and does that matter?
Of all the geological periods, the Triassic was the most fabulous
The titanic Triassic :: In 50m years it spawned dinosaurs, seafood, geopolitics—and our distant ancestors
The harsh economics of the Arctic
Really cool jobs :: The world craves polar minerals. But who wants to work in a frozen wasteland?
What a fourth-century drinking game tells you about contemporary China
Chinese calligraphy :: China’s obsession with calligraphy colours its view of itself
Why do small children in Japan ride the subway alone?
The Japanese art of child-rearing :: The pluses and pitfalls of the world’s most disciplined primary schools
The beginning of the end for oil in California
Bakersfield blues :: What happens to an oil town when the drilling stops?
Cancel culture in Ukraine
Tales of Odessa :: What happens in Odessa will shape what kind of country Ukraine becomes
What a 70-year-old firebreathing lizard reveals about humanity
Consider the monster :: Each incarnation of Godzilla reflects the fears of its time
A network of volunteers is rescuing dogs and cats by bringing them north
Home for the holidays :: Tens of thousands of animals are moved to new states each year, so they can find homes
International
Is the age of American air superiority coming to an end?
Air cower :: The growing effectiveness of air-defence systems could blunt the West’s most powerful weapons
Why warriors should welcome laws of war
The Telegram :: Lessons from a 17th-century thinker on preventing crimes against humanity
Business
Why Louis Vuitton is struggling but Hermès is not
Luxed out :: Worries that the luxury business is peaking are overblown
Workers love Donald Trump. Unions should fear him
Labour under false pretences :: The president-elect is no friend to organised labour
Can Lego remain the world’s coolest toymaker?
Toying with new ideas :: And get greener too?
A tie-up between Honda and Nissan will not fix their problems
Honda’s accord :: Speed, not scale, is what they require
The business of nicknames
Bartleby :: When they help brands and employees. And when they hurt
Meet the most ruthless CEO in the trillion-dollar tech club
Schumpeter :: Hock Tan of Broadcom is less Jensen Huang or Tim Cook and more Jack Welch on steroids
Finance & economics
Ukraine is winning the economic war against Russia
Staying power :: Whether that lasts depends on its ability to overcome acute shortages of power, men and money
Conflict is remaking the Middle East’s economic order
The other war’s winners and losers :: Iran is boxed in as Saudi Arabia, the UAE and Turkey look to capitalise
The search for the world’s most efficient charities
GiveSmart :: What the data say about doing good well
Why Brazil’s currency is plunging
Nuts in Brazil :: Fiscal and monetary policy are now pitted against one another
Don’t count on monetary policy to make housing affordable
Free exchange :: Unless housebuilding picks up, neither cheap nor dear money will bring relief
Science & technology
Earth is warming faster. Scientists are closing in on why
2023, WTF? :: Paradoxically, cleaner emissions from ships and power plants are playing a role
Academic writing is getting harder to read—the humanities most of all
Hot air :: We analyse two centuries of scholarly work
Giving children the wrong (or not enough) toys may doom a society
Clear and present danger :: Survival is a case of child’s play
Culture
There is more to Hanukkah gifts than meets the eye
Festival of lights, stars and stripes :: How American Jews reshaped an ancient, minor holiday
Christmas films are cheesy, mindless and widely loved. Why?
The snowball effect :: The obviousness is part of the appeal
“Babygirl” and the trouble with equality
Back Story :: In Nicole Kidman’s new film, a female CEO has an affair with an intern. Boo or bravo?
Economic & financial indicators
Economic data, commodities and markets
Indicators ::
Obituary
Brother Harold Palmer lived alone in the wilds by choice
The work of prayer :: The Northumbrian hermit died on October 4th, aged 93
qt.gui.imageio: libpng warning: sRGB: out of place
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/tfkamnwm.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/tfkamnwm.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/tfkamnwm.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP002.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP002.jpg in 0.156341 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP001.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP001.jpg in 3.145629 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP003.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP003.jpg in 3.283273 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP005.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP005.jpg in 3.175495 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP004.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWP004.jpg in 3.153894 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/tfkamnwm.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/tfkamnwm.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_0/article_0/tfkamnwm.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/cv774rfs.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/cv774rfs.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/cv774rfs.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWD000.png
Downloaded article: The world this year 2024 from https://www.economist.com/the-world-this-week/2024/12/19/the-world-this-year-2024
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WWD000.png in 0.343246 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/cv774rfs.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/cv774rfs.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_0/article_1/cv774rfs.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4ntnb2x7.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/4ntnb2x7.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4ntnb2x7.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD002.jpg
Downloaded article: The weekly cartoon from https://www.economist.com/the-world-this-week/2024/12/19/the-weekly-cartoon
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD002.jpg in 0.236139 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD003.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD003.jpg in 3.139350 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD004.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD004.jpg in 3.352600 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD005.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD005.jpg in 3.229765 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD006.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241218_OPD006.jpg in 3.246210 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_DE_US.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_DE_US.jpg in 3.262206 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4ntnb2x7.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4ntnb2x7.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_0/article_2/4ntnb2x7.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hiqx_a01.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/hiqx_a01.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hiqx_a01.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_TWCVD001.jpg
Downloaded article: This week’s cover from https://www.economist.com/the-world-this-week/2024/12/19/this-weeks-cover
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_TWCVD001.jpg in 0.142075 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hiqx_a01.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hiqx_a01.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_1/article_0/hiqx_a01.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gyl9kv_4.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/gyl9kv_4.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gyl9kv_4.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDD003_FH.jpg
Downloaded article: The World Ahead 2025 from https://www.economist.com/the-world-ahead/2024/12/19/the-world-ahead-2025
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDD003_FH.jpg in 0.182760 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gyl9kv_4.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gyl9kv_4.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_2/article_0/gyl9kv_4.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6kj5qs1n.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/6kj5qs1n.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6kj5qs1n.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDP002.jpg
Downloaded article: What to make of 2024 from https://www.economist.com/leaders/2024/12/19/what-to-make-of-2024
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDP002.jpg in 0.168029 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6kj5qs1n.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6kj5qs1n.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_2/article_1/6kj5qs1n.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/59n2jpmx.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/59n2jpmx.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/59n2jpmx.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDP003.jpg
Downloaded article: Keep the Caucasus safe from Russia from https://www.economist.com/leaders/2024/12/18/keep-the-caucasus-safe-from-russia
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDP003.jpg in 1.154751 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/59n2jpmx.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/59n2jpmx.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_2/article_2/59n2jpmx.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wtxhrkz7.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/wtxhrkz7.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wtxhrkz7.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDD004_FH.jpg
Downloaded article: Global warming is speeding up. Another reason to think about geoengineering from https://www.economist.com/leaders/2024/12/19/global-warming-is-speeding-up-another-reason-to-think-about-geoengineering
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDD004_FH.jpg in 0.129809 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wtxhrkz7.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wtxhrkz7.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_2/article_3/wtxhrkz7.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l7yn6w27.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/l7yn6w27.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l7yn6w27.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDD002.jpg
Downloaded article: The Economist’s country of the year for 2024 from https://www.economist.com/leaders/2024/12/19/the-economists-country-of-the-year-for-2024
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_LDD002.jpg in 0.180829 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l7yn6w27.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l7yn6w27.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_2/article_4/l7yn6w27.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sw3xt2jk.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/sw3xt2jk.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sw3xt2jk.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241207_LDD002.jpg
Downloaded article: How to give money to good causes from https://www.economist.com/leaders/2024/12/19/how-to-give-money-to-good-causes
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241207_LDD002.jpg in 0.153321 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_WBD003.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_WBD003.jpg in 3.152020 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_TWCUP004.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_TWCUP004.jpg in 3.195062 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241207_MAP503.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241207_MAP503.jpg in 5.208746 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_MAP001.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_MAP001.jpg in 3.227066 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_TWBRP504.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_TWBRP504.jpg in 3.213363 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_CUP001.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_CUP001.jpg in 3.156286 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_WBD002.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241123_WBD002.jpg in 3.542204 seconds
Skipping invalid link: mailto:letters@economist.com
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sw3xt2jk.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sw3xt2jk.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_3/article_0/sw3xt2jk.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/r2vy0abd.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/r2vy0abd.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/r2vy0abd.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USD001.jpg
Downloaded article: Letters to the editor from https://www.economist.com/letters/2024/12/19/letters-to-the-editor
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USD001.jpg in 0.214182 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USC197.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USC197.png in 3.331053 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USC205.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USC205.png in 3.310034 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/r2vy0abd.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/r2vy0abd.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_4/article_0/r2vy0abd.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/furg_r_7.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/furg_r_7.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/furg_r_7.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USP505.jpg
Downloaded article: Is the opioid epidemic finally burning out? from https://www.economist.com/is-the-opioid-epidemic-finally-burning-out
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USP505.jpg in 0.188616 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/furg_r_7.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/furg_r_7.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_4/article_1/furg_r_7.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/q3ou9kwx.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/q3ou9kwx.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/q3ou9kwx.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USP502.jpg
Downloaded article: The Biden administration pursued a mistaken policy on LNG exports from https://www.economist.com/united-states/2024/12/19/the-biden-administration-pursued-a-mistaken-policy-on-lng-exports
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USP502.jpg in 0.188756 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC213.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC213.png in 3.244608 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/q3ou9kwx.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/q3ou9kwx.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_4/article_2/q3ou9kwx.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uqsslz9b.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/uqsslz9b.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uqsslz9b.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USD000.jpg
Downloaded article: Donald Trump’s DEI assessment from https://www.economist.com/united-states/2024/12/19/donald-trumps-dei-assessment
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_USD000.jpg in 0.149118 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uqsslz9b.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uqsslz9b.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_4/article_3/uqsslz9b.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ypbyjsbn.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/ypbyjsbn.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ypbyjsbn.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_AMD001.jpg
Downloaded article: How the Democrats wandered away from America’s workers from https://www.economist.com/united-states/2024/12/19/how-the-democrats-wandered-away-from-americas-workers
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_AMD001.jpg in 0.134363 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC227.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC227.png in 3.225330 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC239.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC239.png in 3.213401 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC014.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC014.png in 3.380965 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC211.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EPC211.png in 4.218496 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ypbyjsbn.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ypbyjsbn.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_5/article_0/ypbyjsbn.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/fuzb105q.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/fuzb105q.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/fuzb105q.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_AMP001.jpg
Downloaded article: Latin Americans are worryingly relaxed about authoritarianism from https://www.economist.com/the-americas/2024/12/18/latin-americans-are-worryingly-relaxed-about-authoritarianism
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_AMP001.jpg in 0.158121 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/fuzb105q.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/fuzb105q.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_5/article_1/fuzb105q.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1t3oksl.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/l1t3oksl.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1t3oksl.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_ASP001.jpg
Downloaded article: A crushing blow for the Justin Trudeau show from https://www.economist.com/the-americas/2024/12/16/a-crushing-blow-for-the-justin-trudeau-show
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_ASP001.jpg in 0.205148 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1t3oksl.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1t3oksl.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_6/article_0/l1t3oksl.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wrk7kcj1.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/wrk7kcj1.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wrk7kcj1.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_ASP002.jpg
Downloaded article: Singapore’s government is determined to keep hawker centres alive from https://www.economist.com/asia/2024/12/19/singapores-government-is-determined-to-keep-hawker-centres-alive
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_ASP002.jpg in 0.181477 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wrk7kcj1.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wrk7kcj1.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_6/article_1/wrk7kcj1.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/123dzc84.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/123dzc84.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/123dzc84.html in 0.0 seconds
Processing images...
Downloaded article: South Korea’s president is impeached from https://www.economist.com/asia/2024/12/14/south-koreas-president-is-impeached
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_ASP003.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_ASP003.jpg in 0.263255 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/123dzc84.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/123dzc84.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_6/article_2/123dzc84.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/geo41x8f.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/geo41x8f.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/geo41x8f.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CNP002.jpg
Downloaded article: Dommaraju Gukesh’s win will accelerate India’s chess ambitions from https://www.economist.com/asia/2024/12/19/dommaraju-gukeshs-win-will-accelerate-indias-chess-ambitions
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CNP002.jpg in 0.179476 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CNC215.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CNC215.png in 3.229435 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/geo41x8f.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/geo41x8f.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_7/article_0/geo41x8f.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/dmkrpjca.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/dmkrpjca.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/dmkrpjca.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CNP502.jpg
Downloaded article: China’s economy is in for another rough year from https://www.economist.com/china/2024/12/17/chinas-economy-is-in-for-another-rough-year
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CNP502.jpg in 0.195882 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/dmkrpjca.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/dmkrpjca.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_7/article_1/dmkrpjca.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/saz3t894.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/saz3t894.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/saz3t894.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP001.jpg
Downloaded article: How to get a free meal in China from https://www.economist.com/china/2024/12/19/how-to-get-a-free-meal-in-china
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP001.jpg in 0.186645 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAM968.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAM968.png in 3.283209 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/saz3t894.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/saz3t894.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_8/article_0/saz3t894.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/veuwzvd3.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/veuwzvd3.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/veuwzvd3.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP002.jpg
Downloaded article: Everyone wants to meet Syria’s new rulers from https://www.economist.com/middle-east-and-africa/2024/12/19/everyone-wants-to-meet-syrias-new-rulers
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP002.jpg in 0.206566 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/veuwzvd3.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/veuwzvd3.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_8/article_1/veuwzvd3.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/5m9q8xt9.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/5m9q8xt9.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/5m9q8xt9.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP506.jpg
Downloaded article: Israel and Hamas look close to some kind of deal from https://www.economist.com/middle-east-and-africa/2024/12/19/israel-and-hamas-look-close-to-some-kind-of-deal
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP506.jpg in 0.165994 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAM920.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAM920.png in 3.279548 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/5m9q8xt9.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/5m9q8xt9.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_8/article_2/5m9q8xt9.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wdv3osx6.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/wdv3osx6.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wdv3osx6.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP504.jpg
Downloaded article: Ethiopia and Somalia claim to have settled a dangerous feud from https://www.economist.com/middle-east-and-africa/2024/12/19/ethiopia-and-somalia-claim-to-have-settled-a-dangerous-feud
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAP504.jpg in 1.254798 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAM964.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_MAM964.png in 3.253313 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wdv3osx6.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wdv3osx6.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_8/article_3/wdv3osx6.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k9yt8sxp.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/k9yt8sxp.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k9yt8sxp.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP001.jpg
Downloaded article: South Sudan’s economic crisis threatens its fragile peace from https://www.economist.com/middle-east-and-africa/2024/12/19/south-sudans-economic-crisis-threatens-its-fragile-peace
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP001.jpg in 0.146898 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUC225.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUC225.png in 3.258884 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUC219.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUC219.png in 3.310721 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k9yt8sxp.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k9yt8sxp.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_9/article_0/k9yt8sxp.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t0q29np5.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/t0q29np5.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t0q29np5.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP503.jpg
Downloaded article: German politicians are talking tough, but offering little from https://www.economist.com/europe/2024/12/19/german-politicians-are-talking-tough-but-offering-little
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP503.jpg in 0.157420 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUM960.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUM960.png in 3.258154 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP506.jpg
Could not fetch image https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP506.jpg
Traceback (most recent call last):
File "calibre/web/fetch/simple.py", line 434, in process_images
File "calibre/web/fetch/simple.py", line 288, in fetch_url
File "mechanize/_response.py", line 199, in read
File "socket.py", line 706, in readinto
File "http/client.py", line 513, in readinto
File "socket.py", line 706, in readinto
File "ssl.py", line 1311, in recv_into
File "ssl.py", line 1167, in read
TimeoutError: The read operation timed out
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t0q29np5.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t0q29np5.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_9/article_1/t0q29np5.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/xqkm1hpq.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/xqkm1hpq.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/xqkm1hpq.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP509.jpg
Downloaded article: Ukrainian troops celebrate a grim Christmas in Kursk from https://www.economist.com/europe/2024/12/16/ukrainian-troops-celebrate-a-grim-christmas-in-kursk
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP509.jpg in 0.229785 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/xqkm1hpq.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/xqkm1hpq.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_9/article_2/xqkm1hpq.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6a2faw3k.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/6a2faw3k.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6a2faw3k.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP508.jpg
Downloaded article: France’s new prime minister faces a looming mess from https://www.economist.com/europe/2024/12/19/frances-new-prime-minister-faces-a-looming-mess
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUP508.jpg in 0.155473 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6a2faw3k.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6a2faw3k.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_9/article_3/6a2faw3k.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bjagiw4y.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/bjagiw4y.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bjagiw4y.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUD000.jpg
Downloaded article: Police brutality is not stopping Georgia’s protests from https://www.economist.com/europe/2024/12/19/police-brutality-is-not-stopping-georgias-protests
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_EUD000.jpg in 0.253492 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bjagiw4y.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bjagiw4y.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_9/article_4/bjagiw4y.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/8xgwps7f.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/8xgwps7f.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/8xgwps7f.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP002.jpg
Downloaded article: We need to talk about Europe’s Kevins from https://www.economist.com/europe/2024/12/19/we-need-to-talk-about-europes-kevins
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP002.jpg in 0.151553 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRC217.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRC217.png in 3.247731 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/8xgwps7f.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/8xgwps7f.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_10/article_0/8xgwps7f.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wxyt54bp.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/wxyt54bp.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wxyt54bp.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP505.jpg
Downloaded article: Britain prepares for its third defence review in four years from https://www.economist.com/britain/2024/12/15/britain-prepares-for-its-third-defence-review-in-four-years
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP505.jpg in 0.167894 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wxyt54bp.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wxyt54bp.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_10/article_1/wxyt54bp.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/0704ezf9.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/0704ezf9.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/0704ezf9.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP503.jpg
Downloaded article: Why meal-replacement drinks are shaking up the British lunch from https://www.economist.com/britain/2024/12/19/why-meal-replacement-drinks-are-shaking-up-the-british-lunch
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP503.jpg in 0.173951 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/0704ezf9.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/0704ezf9.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_10/article_2/0704ezf9.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/kpcc4ymz.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/kpcc4ymz.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/kpcc4ymz.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP506.jpg
Downloaded article: How to get money from Ebenezer Scrooge from https://www.economist.com/britain/2024/12/18/how-to-get-money-from-ebenezer-scrooge
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRP506.jpg in 0.175308 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRC206.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRC206.png in 3.245271 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/kpcc4ymz.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/kpcc4ymz.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_10/article_3/kpcc4ymz.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wpf4vdi9.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/wpf4vdi9.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wpf4vdi9.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRD000.jpg
Downloaded article: Britain’s Labour government is keen on deporting illegal migrants from https://www.economist.com/britain/2024/12/16/britains-labour-government-is-keen-on-deporting-illegal-migrants
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_BRD000.jpg in 0.204965 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wpf4vdi9.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/wpf4vdi9.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_10/article_4/wpf4vdi9.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/obf9hi80.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/obf9hi80.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/obf9hi80.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP007.jpg
Downloaded article: The eternal Bossman from https://www.economist.com/britain/2024/12/18/the-eternal-bossman
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP007.jpg in 0.172281 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WOM936.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WOM936.png in 3.283172 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP571.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP571.jpg in 3.153450 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP572.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP572.jpg in 3.268336 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_XMP569.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241116_XMP569.jpg in 4.223736 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP567.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP567.jpg in 3.158549 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP568.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP568.jpg in 3.287149 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP570.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP570.jpg in 3.251787 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/obf9hi80.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/obf9hi80.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_0/obf9hi80.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4_bp1crz.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/4_bp1crz.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4_bp1crz.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD006.jpg
Downloaded article: A journalist retraces humanity’s journey out of Africa—on foot from https://www.economist.com/christmas-specials/2024/12/19/a-journalist-retraces-humanitys-journey-out-of-africa-on-foot
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD006.jpg in 0.195525 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC628.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC628.png in 4.295234 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC983.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC983.png in 3.310777 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD007.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD007.jpg in 3.578638 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4_bp1crz.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4_bp1crz.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_1/4_bp1crz.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sn168bgb.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/sn168bgb.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sn168bgb.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP022.jpg
Downloaded article: How much happiness does money buy? from https://www.economist.com/christmas-specials/2024/12/19/how-much-happiness-does-money-buy
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP022.jpg in 0.168217 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP023.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP023.jpg in 3.203856 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sn168bgb.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sn168bgb.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_2/sn168bgb.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/yg4ejh1r.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/yg4ejh1r.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/yg4ejh1r.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD003.jpg
Downloaded article: How the axolotl rose from obscurity to global stardom from https://www.economist.com/christmas-specials/2024/12/19/how-the-axolotl-rose-from-obscurity-to-global-stardom
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD003.jpg in 0.171067 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD005.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD005.jpg in 3.198624 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD004.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD004.jpg in 3.192155 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/yg4ejh1r.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/yg4ejh1r.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_3/yg4ejh1r.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gpj7l8oc.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/gpj7l8oc.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gpj7l8oc.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP009.jpg
Downloaded article: A Bible-bashing, gun-toting governor holds lessons for today from https://www.economist.com/christmas-specials/2024/12/19/a-bible-bashing-gun-toting-governor-holds-lessons-for-today
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP009.jpg in 0.173009 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gpj7l8oc.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gpj7l8oc.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_4/gpj7l8oc.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1sbuvzyy.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/1sbuvzyy.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1sbuvzyy.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD029.jpg
Downloaded article: The incredible story of Afghanistan's exiled women’s cricket team from https://www.economist.com/christmas-specials/2024/12/19/the-incredible-story-of-afghanistans-exiled-womens-cricket-team
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD029.jpg in 0.180341 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1sbuvzyy.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1sbuvzyy.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_5/1sbuvzyy.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/qn1biaad.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/qn1biaad.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/qn1biaad.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP015.jpg
Downloaded article: A chart that shows everything that has ever existed from https://www.economist.com/interactive/christmas-specials/2024/12/21/the-chart-of-everything
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP015.jpg in 0.206264 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP016.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP016.jpg in 3.641557 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP017.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP017.jpg in 3.254275 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/qn1biaad.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/qn1biaad.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_6/qn1biaad.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/p6ixyyeq.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/p6ixyyeq.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/p6ixyyeq.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD001.jpg
Downloaded article: Inside the RSS, the world’s most powerful volunteer group from https://www.economist.com/christmas-specials/2024/12/19/inside-the-rss-the-worlds-most-powerful-volunteer-group
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD001.jpg in 0.209372 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC639.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC639.png in 4.097639 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC640.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC640.png in 3.519807 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD002.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD002.jpg in 3.177150 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC583.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC583.png in 3.236183 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/p6ixyyeq.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/p6ixyyeq.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_7/p6ixyyeq.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/zagxkjun.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/zagxkjun.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/zagxkjun.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP021.jpg
Downloaded article: How better data could lead to better sex from https://www.economist.com/christmas-specials/2024/12/19/how-better-data-could-lead-to-better-sex
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP021.jpg in 0.172731 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP577.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP577.jpg in 3.166381 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP582.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP582.jpg in 3.282627 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP574.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP574.jpg in 3.397321 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP580.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP580.jpg in 3.179575 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC033.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC033.png in 3.252568 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP576.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP576.jpg in 3.172921 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP581.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP581.jpg in 3.189601 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP575.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP575.jpg in 4.280190 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP578.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP578.jpg in 3.273376 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP579.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP579.jpg in 3.461105 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/zagxkjun.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/zagxkjun.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_8/zagxkjun.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hmo7h8n5.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/hmo7h8n5.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hmo7h8n5.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD020.jpg
Downloaded article: A day in the life of Toyosu, the world’s greatest fish market from https://www.economist.com/christmas-specials/2024/12/19/a-day-in-the-life-of-toyosu-the-worlds-greatest-fish-market
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD020.jpg in 0.145554 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD021.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD021.jpg in 3.149201 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hmo7h8n5.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/hmo7h8n5.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_9/hmo7h8n5.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t__gtsny.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/t__gtsny.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t__gtsny.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD019.jpg
Downloaded article: When doing the right thing goes wrong from https://www.economist.com/christmas-specials/2024/12/19/when-doing-the-right-thing-goes-wrong
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD019.jpg in 0.205090 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP028.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP028.jpg in 3.173335 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP029.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP029.jpg in 3.208716 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t__gtsny.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/t__gtsny.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_10/t__gtsny.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/slgium12.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/slgium12.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/slgium12.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP010.jpg
Downloaded article: How retired aircraft find a second act from https://www.economist.com/interactive/christmas-specials/2024/12/21/how-retired-aircraft-find-a-second-act
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP010.jpg in 2.271918 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP011.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP011.jpg in 3.242581 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/slgium12.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/slgium12.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_11/slgium12.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/u9otwfxl.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/u9otwfxl.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/u9otwfxl.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP013.jpg
Downloaded article: How a Nigerian built one of Europe’s largest churches in…Ukraine from https://www.economist.com/christmas-specials/2024/12/19/how-a-nigerian-built-one-of-europes-largest-churches-inukraine
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP013.jpg in 0.172964 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP014.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP014.jpg in 3.247874 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP012.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP012.jpg in 3.312035 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/u9otwfxl.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/u9otwfxl.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_12/u9otwfxl.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6g_n3z80.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/6g_n3z80.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6g_n3z80.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD012.jpg
Downloaded article: How premodern energy shaped Britain from https://www.economist.com/christmas-specials/2024/12/19/how-premodern-energy-shaped-britain
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD012.jpg in 0.190437 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6g_n3z80.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/6g_n3z80.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_13/6g_n3z80.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/klraojls.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/klraojls.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/klraojls.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD028.jpg
Downloaded article: Finance, consulting and tech are gobbling up top students from https://www.economist.com/christmas-specials/2024/12/19/finance-consulting-and-tech-are-gobbling-up-top-students
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD028.jpg in 0.162386 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WOT965.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WOT965.png in 3.258471 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD025.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD025.jpg in 3.192189 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD027.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD027.jpg in 3.179689 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD026.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD026.jpg in 3.322609 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/klraojls.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/klraojls.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_14/klraojls.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jexxzvmd.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/jexxzvmd.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jexxzvmd.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP024.jpg
Downloaded article: Of all the geological periods, the Triassic was the most fabulous from https://www.economist.com/christmas-specials/2024/12/19/of-all-the-geological-periods-the-triassic-was-the-most-fabulous
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP024.jpg in 0.162288 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP590.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP590.jpg in 3.149350 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jexxzvmd.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jexxzvmd.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_15/jexxzvmd.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1slrnefj.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/1slrnefj.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1slrnefj.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD017.jpg
Downloaded article: The harsh economics of the Arctic from https://www.economist.com/christmas-specials/2024/12/19/the-harsh-economics-of-the-arctic
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD017.jpg in 3.878863 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD030.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD030.jpg in 3.154459 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1slrnefj.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1slrnefj.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_16/1slrnefj.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/x79z2o5j.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/x79z2o5j.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/x79z2o5j.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD013.jpg
Downloaded article: What a fourth-century drinking game tells you about contemporary China from https://www.economist.com/christmas-specials/2024/12/19/what-a-fourth-century-drinking-game-tells-you-about-contemporary-china
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD013.jpg in 1.224127 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD014.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD014.jpg in 3.214496 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD015.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD015.jpg in 3.228446 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/x79z2o5j.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/x79z2o5j.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_17/x79z2o5j.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k96ro7l9.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/k96ro7l9.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k96ro7l9.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP025.jpg
Downloaded article: Why do small children in Japan ride the subway alone? from https://www.economist.com/christmas-specials/2024/12/19/why-do-small-children-in-japan-ride-the-subway-alone
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP025.jpg in 0.154420 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC725.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMC725.png in 3.286887 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP026.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP026.jpg in 3.162500 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP027.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP027.jpg in 3.269164 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP583.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP583.jpg in 3.218287 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP584.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP584.jpg in 3.179592 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k96ro7l9.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/k96ro7l9.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_18/k96ro7l9.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/i9pvjjdl.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/i9pvjjdl.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/i9pvjjdl.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD022.jpg
Downloaded article: The beginning of the end for oil in California from https://www.economist.com/christmas-specials/2024/12/19/the-beginning-of-the-end-for-oil-in-california
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD022.jpg in 0.155341 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD023.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMD023.jpg in 3.169239 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/i9pvjjdl.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/i9pvjjdl.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_19/i9pvjjdl.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/o00z5kut.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/o00z5kut.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/o00z5kut.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP588.jpg
Downloaded article: Cancel culture in Ukraine from https://www.economist.com/christmas-specials/2024/12/19/cancel-culture-in-ukraine
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP588.jpg in 0.145320 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WOF969.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WOF969.png in 3.858705 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/o00z5kut.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/o00z5kut.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_20/o00z5kut.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/c8u5udga.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/c8u5udga.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/c8u5udga.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP032.jpg
Downloaded article: What a 70-year-old firebreathing lizard reveals about humanity from https://www.economist.com/christmas-specials/2024/12/19/what-a-70-year-old-firebreathing-lizard-reveals-about-humanity
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP032.jpg in 0.475540 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP591.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP591.jpg in 3.253006 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP031.jpg
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_XMP031.jpg in 3.164536 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/c8u5udga.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/c8u5udga.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_11/article_21/c8u5udga.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/_tnbcz8f.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/_tnbcz8f.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/_tnbcz8f.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_IRP002.jpg
Downloaded article: A network of volunteers is rescuing dogs and cats by bringing them north from https://www.economist.com/christmas-specials/2024/12/19/a-network-of-volunteers-is-rescuing-dogs-and-cats-by-bringing-them-north
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_IRP002.jpg in 0.199495 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_IRC240.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_IRC240.png in 3.228308 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/_tnbcz8f.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/_tnbcz8f.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_12/article_0/_tnbcz8f.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jgwwiw3n.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/jgwwiw3n.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jgwwiw3n.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_IRD000.jpg
Downloaded article: Is the age of American air superiority coming to an end? from https://www.economist.com/international/2024/12/19/is-the-age-of-american-air-superiority-coming-to-an-end
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_IRD000.jpg in 0.146305 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jgwwiw3n.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jgwwiw3n.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_12/article_1/jgwwiw3n.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sinzqvkq.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/sinzqvkq.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sinzqvkq.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBD001.jpg
Downloaded article: Why warriors should welcome laws of war from https://www.economist.com/international/2024/12/19/why-warriors-should-welcome-laws-of-war
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBD001.jpg in 0.180164 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBC203.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBC203.png in 3.402798 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sinzqvkq.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/sinzqvkq.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_13/article_0/sinzqvkq.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/v3xnuh25.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/v3xnuh25.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/v3xnuh25.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBP501.jpg
Downloaded article: Why Louis Vuitton is struggling but Hermès is not from https://www.economist.com/business/2024/12/16/why-louis-vuitton-is-struggling-but-hermes-is-not
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBP501.jpg in 0.154498 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/v3xnuh25.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/v3xnuh25.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_13/article_1/v3xnuh25.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4wi7v9q_.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/4wi7v9q_.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4wi7v9q_.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBP504.jpg
Downloaded article: Workers love Donald Trump. Unions should fear him from https://www.economist.com/business/2024/12/17/workers-love-donald-trump-unions-should-fear-him
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBP504.jpg in 0.233560 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBC218.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBC218.png in 3.323854 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4wi7v9q_.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/4wi7v9q_.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_13/article_2/4wi7v9q_.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1p6f8a1n.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/1p6f8a1n.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1p6f8a1n.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBP503.jpg
Downloaded article: Can Lego remain the world’s coolest toymaker? from https://www.economist.com/business/2024/12/19/can-lego-remain-the-worlds-coolest-toymaker
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBP503.jpg in 0.149446 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1p6f8a1n.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/1p6f8a1n.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_13/article_3/1p6f8a1n.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ykutw408.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/ykutw408.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ykutw408.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBD002.jpg
Downloaded article: A tie-up between Honda and Nissan will not fix their problems from https://www.economist.com/business/2024/12/18/a-tie-up-between-honda-and-nissan-will-not-fix-their-problems
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBD002.jpg in 0.156507 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ykutw408.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ykutw408.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_13/article_4/ykutw408.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1mkj48f.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/l1mkj48f.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1mkj48f.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBD000.jpg
Downloaded article: The business of nicknames from https://www.economist.com/business/2024/12/19/the-business-of-nicknames
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_WBD000.jpg in 0.146413 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1mkj48f.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/l1mkj48f.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_13/article_5/l1mkj48f.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9jr7n7_n.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/9jr7n7_n.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9jr7n7_n.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP502.jpg
Downloaded article: Meet the most ruthless CEO in the trillion-dollar tech club from https://www.economist.com/business/2024/12/19/meet-the-most-ruthless-ceo-in-the-trillion-dollar-tech-club
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP502.jpg in 0.152136 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC220.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC220.png in 3.452225 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC228.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC228.png in 3.216992 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9jr7n7_n.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9jr7n7_n.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_14/article_0/9jr7n7_n.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/7n54lp5i.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/7n54lp5i.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/7n54lp5i.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP002.jpg
Downloaded article: Ukraine is winning the economic war against Russia from https://www.economist.com/finance-and-economics/2024/12/18/ukraine-is-winning-the-economic-war-against-russia
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP002.jpg in 0.220655 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/7n54lp5i.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/7n54lp5i.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_14/article_1/7n54lp5i.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jq72_vrl.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/jq72_vrl.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jq72_vrl.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP501.jpg
Downloaded article: Conflict is remaking the Middle East’s economic order from https://www.economist.com/finance-and-economics/2024/12/19/conflict-is-remaking-the-middle-easts-economic-order
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP501.jpg in 0.181478 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC224.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC224.png in 3.276176 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jq72_vrl.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/jq72_vrl.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_14/article_2/jq72_vrl.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gnyoi94a.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/gnyoi94a.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gnyoi94a.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP503.jpg
Downloaded article: The search for the world’s most efficient charities from https://www.economist.com/finance-and-economics/2024/12/19/the-search-for-the-worlds-most-efficient-charities
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNP503.jpg in 0.154828 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC243.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FNC243.png in 3.247200 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gnyoi94a.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gnyoi94a.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_14/article_3/gnyoi94a.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gju7erxn.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/gju7erxn.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gju7erxn.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FND000.jpg
Downloaded article: Why Brazil’s currency is plunging from https://www.economist.com/finance-and-economics/2024/12/19/why-brazils-currency-is-plunging
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_FND000.jpg in 0.186556 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gju7erxn.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/gju7erxn.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_14/article_4/gju7erxn.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/nudhe23t.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/nudhe23t.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/nudhe23t.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STP001.jpg
Downloaded article: Don’t count on monetary policy to make housing affordable from https://www.economist.com/finance-and-economics/2024/12/19/dont-count-on-monetary-policy-to-make-housing-affordable
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STP001.jpg in 0.160666 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STC208.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STC208.png in 3.307286 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/nudhe23t.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/nudhe23t.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_15/article_0/nudhe23t.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9yurjc9l.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/9yurjc9l.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9yurjc9l.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STP502.jpg
Downloaded article: Earth is warming faster. Scientists are closing in on why from https://www.economist.com/science-and-technology/2024/12/16/earth-is-warming-faster-scientists-are-closing-in-on-why
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STP502.jpg in 0.184415 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STC140.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STC140.png in 3.250122 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9yurjc9l.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9yurjc9l.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_15/article_1/9yurjc9l.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9za2j7j2.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/9za2j7j2.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9za2j7j2.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STD001.jpg
Downloaded article: Academic writing is getting harder to read—the humanities most of all from https://www.economist.com/science-and-technology/2024/12/18/academic-writing-is-getting-harder-to-read-the-humanities-most-of-all
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_STD001.jpg in 0.255888 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9za2j7j2.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/9za2j7j2.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_15/article_2/9za2j7j2.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/h_vsg6c6.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/h_vsg6c6.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/h_vsg6c6.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CUD001.jpg
Downloaded article: Giving children the wrong (or not enough) toys may doom a society from https://www.economist.com/science-and-technology/2024/12/18/giving-children-the-wrong-or-not-enough-toys-may-doom-a-society
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CUD001.jpg in 0.182435 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/h_vsg6c6.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/h_vsg6c6.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_16/article_0/h_vsg6c6.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uosvqczv.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/uosvqczv.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uosvqczv.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241214_CUP508.jpg
Downloaded article: There is more to Hanukkah gifts than meets the eye from https://www.economist.com/culture/2024/12/19/there-is-more-to-hanukkah-gifts-than-meets-the-eye
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241214_CUP508.jpg in 0.196543 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uosvqczv.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/uosvqczv.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_16/article_1/uosvqczv.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ze2ds980.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/ze2ds980.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ze2ds980.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CUP001.jpg
Downloaded article: Christmas films are cheesy, mindless and widely loved. Why? from https://www.economist.com/culture/2024/12/13/christmas-films-are-cheesy-mindless-and-widely-loved-why
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_CUP001.jpg in 0.167954 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ze2ds980.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/ze2ds980.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_16/article_2/ze2ds980.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bx132jn0.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/bx132jn0.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bx132jn0.html in 0.0 seconds
Processing images...
Downloaded article: “Babygirl” and the trouble with equality from https://www.economist.com/culture/2024/12/19/babygirl-and-the-trouble-with-equality
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT101.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT101.png in 0.290805 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT102.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT102.png in 3.190842 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT201.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT201.png in 3.326866 seconds
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT401.png
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_INT401.png in 3.174820 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bx132jn0.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/bx132jn0.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_17/article_0/bx132jn0.xhtml
Fetching file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/60tb_18o.html
Fetched //tmp/calibre_7.23.0_tmp_r5y4gxdx/60tb_18o.html in 0.0 seconds
Parsed file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/60tb_18o.html in 0.0 seconds
Processing images...
Fetching https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_OBP001.jpg
Downloaded article: Economic data, commodities and markets from https://www.economist.com/economic-and-financial-indicators/2024/12/19/economic-data-commodities-and-markets
Fetched https://www.economist.com/cdn-cgi/image/width=600,quality=80,format=auto/media-assets/image/20241221_OBP001.jpg in 0.175959 seconds
Recursion limit reached. Skipping links in file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/60tb_18o.html
file:////tmp/calibre_7.23.0_tmp_r5y4gxdx/60tb_18o.html saved to /tmp/calibre_7.23.0_tmp_r5y4gxdx/q94nh2h2_plumber/feed_18/article_0/60tb_18o.xhtml
Downloaded article: Brother Harold Palmer lived alone in the wilds by choice from https://www.economist.com/obituary/2024/12/19/brother-harold-palmer-lived-alone-in-the-wilds-by-choice
Parsing all content...
Parsing feed_14/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_14/index.html as HTML
Parsing feed_11/article_10/index.html ...
Forcing feed_11/article_10/index.html into XHTML namespace
Parsing index.html ...
Forcing index.html into XHTML namespace
Parsing feed_12/article_1/index.html ...
Forcing feed_12/article_1/index.html into XHTML namespace
Parsing feed_5/article_1/index.html ...
Forcing feed_5/article_1/index.html into XHTML namespace
Parsing feed_0/article_2/index.html ...
Forcing feed_0/article_2/index.html into XHTML namespace
Parsing feed_4/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_4/index.html as HTML
Parsing feed_4/article_2/index.html ...
Forcing feed_4/article_2/index.html into XHTML namespace
Parsing feed_6/article_1/index.html ...
Forcing feed_6/article_1/index.html into XHTML namespace
Parsing feed_11/article_8/index.html ...
Forcing feed_11/article_8/index.html into XHTML namespace
Parsing feed_17/article_0/index.html ...
Forcing feed_17/article_0/index.html into XHTML namespace
Parsing feed_11/article_5/index.html ...
Forcing feed_11/article_5/index.html into XHTML namespace
Parsing feed_11/article_16/index.html ...
Forcing feed_11/article_16/index.html into XHTML namespace
Parsing feed_11/article_20/index.html ...
Forcing feed_11/article_20/index.html into XHTML namespace
Parsing feed_9/article_0/index.html ...
Forcing feed_9/article_0/index.html into XHTML namespace
Parsing feed_6/article_2/index.html ...
Forcing feed_6/article_2/index.html into XHTML namespace
Parsing feed_9/article_2/index.html ...
Forcing feed_9/article_2/index.html into XHTML namespace
Parsing feed_11/article_17/index.html ...
Forcing feed_11/article_17/index.html into XHTML namespace
Parsing feed_14/article_4/index.html ...
Forcing feed_14/article_4/index.html into XHTML namespace
Parsing feed_18/article_0/index.html ...
Forcing feed_18/article_0/index.html into XHTML namespace
Parsing feed_8/article_3/index.html ...
Forcing feed_8/article_3/index.html into XHTML namespace
Parsing feed_13/article_0/index.html ...
Forcing feed_13/article_0/index.html into XHTML namespace
Parsing feed_11/article_9/index.html ...
Forcing feed_11/article_9/index.html into XHTML namespace
Parsing feed_10/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_10/index.html as HTML
Parsing feed_2/article_3/index.html ...
Forcing feed_2/article_3/index.html into XHTML namespace
Parsing feed_8/article_1/index.html ...
Forcing feed_8/article_1/index.html into XHTML namespace
Parsing feed_2/article_2/index.html ...
Forcing feed_2/article_2/index.html into XHTML namespace
Parsing feed_2/article_0/index.html ...
Forcing feed_2/article_0/index.html into XHTML namespace
Parsing feed_4/article_0/index.html ...
Forcing feed_4/article_0/index.html into XHTML namespace
Parsing feed_7/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_7/index.html as HTML
Parsing feed_11/article_18/index.html ...
Forcing feed_11/article_18/index.html into XHTML namespace
Parsing feed_14/article_0/index.html ...
Forcing feed_14/article_0/index.html into XHTML namespace
Parsing feed_16/article_2/index.html ...
Forcing feed_16/article_2/index.html into XHTML namespace
Parsing feed_11/article_11/index.html ...
Forcing feed_11/article_11/index.html into XHTML namespace
Parsing feed_15/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_15/index.html as HTML
Parsing feed_10/article_2/index.html ...
Forcing feed_10/article_2/index.html into XHTML namespace
Parsing feed_2/article_4/index.html ...
Forcing feed_2/article_4/index.html into XHTML namespace
Parsing feed_1/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_1/index.html as HTML
Parsing feed_2/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_2/index.html as HTML
Parsing feed_8/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_8/index.html as HTML
Parsing feed_10/article_1/index.html ...
Forcing feed_10/article_1/index.html into XHTML namespace
Parsing feed_10/article_3/index.html ...
Forcing feed_10/article_3/index.html into XHTML namespace
Parsing feed_14/article_2/index.html ...
Forcing feed_14/article_2/index.html into XHTML namespace
Parsing feed_8/article_2/index.html ...
Forcing feed_8/article_2/index.html into XHTML namespace
Parsing feed_11/article_12/index.html ...
Forcing feed_11/article_12/index.html into XHTML namespace
Parsing feed_13/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_13/index.html as HTML
Parsing feed_10/article_4/index.html ...
Forcing feed_10/article_4/index.html into XHTML namespace
Parsing feed_1/article_0/index.html ...
Forcing feed_1/article_0/index.html into XHTML namespace
Parsing feed_0/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_0/index.html as HTML
Parsing feed_6/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_6/index.html as HTML
Parsing feed_3/article_0/index.html ...
Forcing feed_3/article_0/index.html into XHTML namespace
Parsing feed_3/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_3/index.html as HTML
Parsing feed_9/article_3/index.html ...
Forcing feed_9/article_3/index.html into XHTML namespace
Parsing feed_18/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_18/index.html as HTML
Parsing feed_11/article_13/index.html ...
Forcing feed_11/article_13/index.html into XHTML namespace
Parsing feed_15/article_2/index.html ...
Forcing feed_15/article_2/index.html into XHTML namespace
Parsing feed_14/article_3/index.html ...
Forcing feed_14/article_3/index.html into XHTML namespace
Parsing feed_10/article_0/index.html ...
Forcing feed_10/article_0/index.html into XHTML namespace
Parsing feed_13/article_5/index.html ...
Forcing feed_13/article_5/index.html into XHTML namespace
Parsing feed_9/article_4/index.html ...
Forcing feed_9/article_4/index.html into XHTML namespace
Parsing feed_11/article_14/index.html ...
Forcing feed_11/article_14/index.html into XHTML namespace
Parsing feed_16/article_0/index.html ...
Forcing feed_16/article_0/index.html into XHTML namespace
Parsing feed_11/article_1/index.html ...
Forcing feed_11/article_1/index.html into XHTML namespace
Parsing feed_11/article_19/index.html ...
Forcing feed_11/article_19/index.html into XHTML namespace
Parsing feed_4/article_3/index.html ...
Forcing feed_4/article_3/index.html into XHTML namespace
Parsing feed_0/article_1/index.html ...
Forcing feed_0/article_1/index.html into XHTML namespace
Parsing feed_2/article_1/index.html ...
Forcing feed_2/article_1/index.html into XHTML namespace
Parsing feed_11/article_4/index.html ...
Forcing feed_11/article_4/index.html into XHTML namespace
Parsing feed_16/article_1/index.html ...
Forcing feed_16/article_1/index.html into XHTML namespace
Parsing feed_11/article_21/index.html ...
Forcing feed_11/article_21/index.html into XHTML namespace
Parsing feed_11/article_15/index.html ...
Forcing feed_11/article_15/index.html into XHTML namespace
Parsing feed_13/article_1/index.html ...
Forcing feed_13/article_1/index.html into XHTML namespace
Parsing feed_17/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_17/index.html as HTML
Parsing feed_7/article_1/index.html ...
Forcing feed_7/article_1/index.html into XHTML namespace
Parsing feed_6/article_0/index.html ...
Forcing feed_6/article_0/index.html into XHTML namespace
Parsing feed_4/article_1/index.html ...
Forcing feed_4/article_1/index.html into XHTML namespace
Parsing feed_5/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_5/index.html as HTML
Parsing feed_11/article_6/index.html ...
Forcing feed_11/article_6/index.html into XHTML namespace
Parsing feed_16/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_16/index.html as HTML
Parsing feed_13/article_3/index.html ...
Forcing feed_13/article_3/index.html into XHTML namespace
Parsing feed_11/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_11/index.html as HTML
Parsing feed_14/article_1/index.html ...
Forcing feed_14/article_1/index.html into XHTML namespace
Parsing feed_11/article_3/index.html ...
Forcing feed_11/article_3/index.html into XHTML namespace
Parsing feed_15/article_0/index.html ...
Forcing feed_15/article_0/index.html into XHTML namespace
Parsing feed_5/article_0/index.html ...
Forcing feed_5/article_0/index.html into XHTML namespace
Parsing feed_0/article_0/index.html ...
Forcing feed_0/article_0/index.html into XHTML namespace
Parsing feed_8/article_0/index.html ...
Forcing feed_8/article_0/index.html into XHTML namespace
Parsing feed_12/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_12/index.html as HTML
Parsing feed_15/article_1/index.html ...
Forcing feed_15/article_1/index.html into XHTML namespace
Parsing feed_11/article_7/index.html ...
Forcing feed_11/article_7/index.html into XHTML namespace
Parsing feed_13/article_4/index.html ...
Forcing feed_13/article_4/index.html into XHTML namespace
Parsing feed_9/index.html ...
Initial parse failed, using more forgiving parsers
Parsing feed_9/index.html as HTML
Parsing feed_12/article_0/index.html ...
Forcing feed_12/article_0/index.html into XHTML namespace
Parsing feed_13/article_2/index.html ...
Forcing feed_13/article_2/index.html into XHTML namespace
Parsing feed_11/article_0/index.html ...
Forcing feed_11/article_0/index.html into XHTML namespace
Parsing feed_11/article_2/index.html ...
Forcing feed_11/article_2/index.html into XHTML namespace
Parsing feed_9/article_1/index.html ...
Forcing feed_9/article_1/index.html into XHTML namespace
Parsing feed_7/article_0/index.html ...
Forcing feed_7/article_0/index.html into XHTML namespace
Referenced file 'feed_19/index.html' not found
Reading TOC from NCX...
Resolved internal URL: https://www.economist.com/christmas-specials/2024/12/19/cancel-culture-in-ukraine -> feed_11/article_19/index.html
Resolved internal URL: https://www.economist.com/christmas-specials/2024/12/19/of-all-the-geological-periods-the-triassic-was-the-most-fabulous -> feed_11/article_14/index.html
Resolved internal URL: https://www.economist.com/interactive/christmas-specials/2024/12/21/how-retired-aircraft-find-a-second-act -> feed_11/article_10/index.html
Resolved internal URL: https://www.economist.com/the-world-this-week/2024/12/19/this-weeks-cover -> feed_0/article_2/index.html
Resolved internal URL: https://www.economist.com/christmas-specials/2024/12/19/why-do-small-children-in-japan-ride-the-subway-alone -> feed_11/article_17/index.html
Resolved internal URL: https://www.economist.com/christmas-specials/2024/12/19/a-network-of-volunteers-is-rescuing-dogs-and-cats-by-bringing-them-north -> feed_11/article_21/index.html
Resolved internal URL: https://www.economist.com/science-and-technology/2024/12/16/earth-is-warming-faster-scientists-are-closing-in-on-why -> feed_15/article_0/index.html
Resolved internal URL: https://www.economist.com/finance-and-economics/2024/12/19/the-search-for-the-worlds-most-efficient-charities -> feed_14/article_2/index.html
Resolved internal URL: https://www.economist.com/culture/2024/12/13/christmas-films-are-cheesy-mindless-and-widely-loved-why -> feed_16/article_1/index.html
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Removing fake margins...
Found 351 items of level: div_1
Found 1375 items of level: p_2
Found 77 items of level: div_4
Found 374 items of level: div_2
Found 10 items of level: div_3
Ignoring level div_3
div_1 left margin stats: Counter({'': 86})
div_1 right margin stats: Counter({'': 86})
p_2 left margin stats: Counter({'0': 1375})
p_2 right margin stats: Counter({'0': 1375})
div_4 left margin stats: Counter({'': 77})
div_4 right margin stats: Counter({'': 77})
div_2 left margin stats: Counter()
div_2 right margin stats: Counter()
Cleaning up manifest...
Trimming unused files from manifest...
Creating EPUB Output...
Found non-unique filenames, renaming to support broken EPUB readers like FBReader, Aldiko and Stanza...
{'feed_0/article_0/images/img1.jpg': 'feed_0/article_0/images/img1_u59.jpg',
'feed_0/article_0/images/img2.jpg': 'feed_0/article_0/images/img2_u13.jpg',
'feed_0/article_0/images/img4.jpg': 'feed_0/article_0/images/img4_u2.jpg',
'feed_0/article_0/images/img5.jpg': 'feed_0/article_0/images/img5_u5.jpg',
'feed_0/article_0/index.html': 'feed_0/article_0/index_u85.html',
'feed_0/article_1/images/img1.png': 'feed_0/article_1/images/img1_u1.png',
'feed_0/article_1/index.html': 'feed_0/article_1/index_u65.html',
'feed_0/article_2/images/img1.jpg': 'feed_0/article_2/images/img1_u1.jpg',
'feed_0/article_2/images/img2.jpg': 'feed_0/article_2/images/img2_u11.jpg',
'feed_0/article_2/images/img3.jpg': 'feed_0/article_2/images/img3_u11.jpg',
'feed_0/article_2/images/img4.jpg': 'feed_0/article_2/images/img4_u1.jpg',
'feed_0/article_2/images/img5.jpg': 'feed_0/article_2/images/img5_u2.jpg',
'feed_0/article_2/images/img6.jpg': 'feed_0/article_2/images/img6_u3.jpg',
'feed_0/article_2/index.html': 'feed_0/article_2/index_u5.html',
'feed_0/index.html': 'feed_0/index_u48.html',
'feed_1/article_0/images/img1.jpg': 'feed_1/article_0/images/img1_u58.jpg',
'feed_1/article_0/index.html': 'feed_1/article_0/index_u47.html',
'feed_1/index.html': 'feed_1/index_u37.html',
'feed_10/article_0/images/img1.jpg': 'feed_10/article_0/images/img1_u24.jpg',
'feed_10/article_0/index.html': 'feed_10/article_0/index_u57.html',
'feed_10/article_1/images/img1.jpg': 'feed_10/article_1/images/img1_u42.jpg',
'feed_10/article_1/index.html': 'feed_10/article_1/index_u40.html',
'feed_10/article_2/images/img1.jpg': 'feed_10/article_2/images/img1_u6.jpg',
'feed_10/article_2/index.html': 'feed_10/article_2/index_u35.html',
'feed_10/article_3/images/img1.jpg': 'feed_10/article_3/images/img1_u63.jpg',
'feed_10/article_3/images/img2.png': 'feed_10/article_3/images/img2_u13.png',
'feed_10/article_3/index.html': 'feed_10/article_3/index_u41.html',
'feed_10/article_4/images/img1.jpg': 'feed_10/article_4/images/img1_u4.jpg',
'feed_10/article_4/index.html': 'feed_10/article_4/index_u46.html',
'feed_10/index.html': 'feed_10/index_u23.html',
'feed_11/article_0/images/img1.jpg': 'feed_11/article_0/images/img1_u7.jpg',
'feed_11/article_0/images/img2.png': 'feed_11/article_0/images/img2_u2.png',
'feed_11/article_0/images/img3.jpg': 'feed_11/article_0/images/img3_u10.jpg',
'feed_11/article_0/images/img4.jpg': 'feed_11/article_0/images/img4_u4.jpg',
'feed_11/article_0/images/img5.jpg': 'feed_11/article_0/images/img5_u4.jpg',
'feed_11/article_0/images/img6.jpg': 'feed_11/article_0/images/img6_u2.jpg',
'feed_11/article_0/images/img8.jpg': 'feed_11/article_0/images/img8_u2.jpg',
'feed_11/article_0/index.html': 'feed_11/article_0/index_u94.html',
'feed_11/article_1/images/img1.jpg': 'feed_11/article_1/images/img1_u54.jpg',
'feed_11/article_1/images/img2.png': 'feed_11/article_1/images/img2_u22.png',
'feed_11/article_1/images/img3.png': 'feed_11/article_1/images/img3_u5.png',
'feed_11/article_1/images/img4.jpg': 'feed_11/article_1/images/img4_u8.jpg',
'feed_11/article_1/index.html': 'feed_11/article_1/index_u62.html',
'feed_11/article_10/images/img1.jpg': 'feed_11/article_10/images/img1_u48.jpg',
'feed_11/article_10/images/img2.jpg': 'feed_11/article_10/images/img2_u5.jpg',
'feed_11/article_10/images/img3.jpg': 'feed_11/article_10/images/img3_u4.jpg',
'feed_11/article_10/index.html': 'feed_11/article_10/index_u1.html',
'feed_11/article_11/images/img1.jpg': 'feed_11/article_11/images/img1_u29.jpg',
'feed_11/article_11/images/img2.jpg': 'feed_11/article_11/images/img2_u6.jpg',
'feed_11/article_11/index.html': 'feed_11/article_11/index_u33.html',
'feed_11/article_12/images/img1.jpg': 'feed_11/article_12/images/img1_u37.jpg',
'feed_11/article_12/images/img2.jpg': 'feed_11/article_12/images/img2_u8.jpg',
'feed_11/article_12/images/img3.jpg': 'feed_11/article_12/images/img3_u6.jpg',
'feed_11/article_12/index.html': 'feed_11/article_12/index_u44.html',
'feed_11/article_13/images/img1.jpg': 'feed_11/article_13/images/img1_u52.jpg',
'feed_11/article_13/index.html': 'feed_11/article_13/index_u54.html',
'feed_11/article_14/images/img1.jpg': 'feed_11/article_14/images/img1_u17.jpg',
'feed_11/article_14/images/img2.png': 'feed_11/article_14/images/img2_u12.png',
'feed_11/article_14/images/img3.jpg': 'feed_11/article_14/images/img3_u2.jpg',
'feed_11/article_14/images/img4.jpg': 'feed_11/article_14/images/img4_u3.jpg',
'feed_11/article_14/images/img5.jpg': 'feed_11/article_14/images/img5_u1.jpg',
'feed_11/article_14/index.html': 'feed_11/article_14/index_u60.html',
'feed_11/article_15/images/img1.jpg': 'feed_11/article_15/images/img1_u53.jpg',
'feed_11/article_15/images/img2.jpg': 'feed_11/article_15/images/img2_u1.jpg',
'feed_11/article_15/index.html': 'feed_11/article_15/index_u70.html',
'feed_11/article_16/images/img1.jpg': 'feed_11/article_16/images/img1_u5.jpg',
'feed_11/article_16/images/img2.jpg': 'feed_11/article_16/images/img2_u2.jpg',
'feed_11/article_16/index.html': 'feed_11/article_16/index_u12.html',
'feed_11/article_17/images/img1.jpg': 'feed_11/article_17/images/img1_u16.jpg',
'feed_11/article_17/images/img2.jpg': 'feed_11/article_17/images/img2_u7.jpg',
'feed_11/article_17/images/img3.jpg': 'feed_11/article_17/images/img3_u3.jpg',
'feed_11/article_17/index.html': 'feed_11/article_17/index_u17.html',
'feed_11/article_18/images/img1.jpg': 'feed_11/article_18/images/img1_u72.jpg',
'feed_11/article_18/images/img2.png': 'feed_11/article_18/images/img2_u7.png',
'feed_11/article_18/images/img3.jpg': 'feed_11/article_18/images/img3_u5.jpg',
'feed_11/article_18/images/img4.jpg': 'feed_11/article_18/images/img4_u7.jpg',
'feed_11/article_18/images/img6.jpg': 'feed_11/article_18/images/img6_u1.jpg',
'feed_11/article_18/index.html': 'feed_11/article_18/index_u30.html',
'feed_11/article_19/images/img1.jpg': 'feed_11/article_19/images/img1_u75.jpg',
'feed_11/article_19/images/img2.jpg': 'feed_11/article_19/images/img2_u15.jpg',
'feed_11/article_19/index.html': 'feed_11/article_19/index_u63.html',
'feed_11/article_2/images/img1.jpg': 'feed_11/article_2/images/img1_u36.jpg',
'feed_11/article_2/images/img2.jpg': 'feed_11/article_2/images/img2_u3.jpg',
'feed_11/article_2/index.html': 'feed_11/article_2/index_u95.html',
'feed_11/article_20/images/img1.jpg': 'feed_11/article_20/images/img1_u30.jpg',
'feed_11/article_20/images/img2.png': 'feed_11/article_20/images/img2_u24.png',
'feed_11/article_20/index.html': 'feed_11/article_20/index_u13.html',
'feed_11/article_21/images/img1.jpg': 'feed_11/article_21/images/img1_u62.jpg',
'feed_11/article_21/images/img3.jpg': 'feed_11/article_21/images/img3_u9.jpg',
'feed_11/article_21/index.html': 'feed_11/article_21/index_u69.html',
'feed_11/article_3/images/img1.jpg': 'feed_11/article_3/images/img1_u34.jpg',
'feed_11/article_3/images/img2.jpg': 'feed_11/article_3/images/img2_u9.jpg',
'feed_11/article_3/images/img3.jpg': 'feed_11/article_3/images/img3_u12.jpg',
'feed_11/article_3/index.html': 'feed_11/article_3/index_u82.html',
'feed_11/article_4/images/img1.jpg': 'feed_11/article_4/images/img1_u73.jpg',
'feed_11/article_4/index.html': 'feed_11/article_4/index_u67.html',
'feed_11/article_5/images/img1.jpg': 'feed_11/article_5/images/img1_u49.jpg',
'feed_11/article_5/index.html': 'feed_11/article_5/index_u11.html',
'feed_11/article_6/images/img1.jpg': 'feed_11/article_6/images/img1_u22.jpg',
'feed_11/article_6/images/img2.jpg': 'feed_11/article_6/images/img2_u4.jpg',
'feed_11/article_6/images/img3.jpg': 'feed_11/article_6/images/img3_u8.jpg',
'feed_11/article_6/index.html': 'feed_11/article_6/index_u77.html',
'feed_11/article_7/images/img1.jpg': 'feed_11/article_7/images/img1_u64.jpg',
'feed_11/article_7/images/img2.png': 'feed_11/article_7/images/img2_u6.png',
'feed_11/article_7/images/img3.png': 'feed_11/article_7/images/img3_u6.png',
'feed_11/article_7/index.html': 'feed_11/article_7/index_u89.html',
'feed_11/article_8/images/img1.jpg': 'feed_11/article_8/images/img1_u41.jpg',
'feed_11/article_8/images/img2.jpg': 'feed_11/article_8/images/img2_u14.jpg',
'feed_11/article_8/images/img3.jpg': 'feed_11/article_8/images/img3_u7.jpg',
'feed_11/article_8/images/img4.jpg': 'feed_11/article_8/images/img4_u5.jpg',
'feed_11/article_8/images/img5.jpg': 'feed_11/article_8/images/img5_u6.jpg',
'feed_11/article_8/images/img7.jpg': 'feed_11/article_8/images/img7_u1.jpg',
'feed_11/article_8/index.html': 'feed_11/article_8/index_u9.html',
'feed_11/article_9/images/img1.jpg': 'feed_11/article_9/images/img1_u14.jpg',
'feed_11/article_9/images/img2.jpg': 'feed_11/article_9/images/img2_u12.jpg',
'feed_11/article_9/index.html': 'feed_11/article_9/index_u22.html',
'feed_11/index.html': 'feed_11/index_u80.html',
'feed_12/article_0/images/img1.jpg': 'feed_12/article_0/images/img1_u23.jpg',
'feed_12/article_0/images/img2.png': 'feed_12/article_0/images/img2_u19.png',
'feed_12/article_0/index.html': 'feed_12/article_0/index_u92.html',
'feed_12/article_1/images/img1.jpg': 'feed_12/article_1/images/img1_u18.jpg',
'feed_12/article_1/index.html': 'feed_12/article_1/index_u3.html',
'feed_12/index.html': 'feed_12/index_u87.html',
'feed_13/article_0/images/img1.jpg': 'feed_13/article_0/images/img1_u50.jpg',
'feed_13/article_0/images/img2.png': 'feed_13/article_0/images/img2_u16.png',
'feed_13/article_0/index.html': 'feed_13/article_0/index_u21.html',
'feed_13/article_1/images/img1.jpg': 'feed_13/article_1/images/img1_u39.jpg',
'feed_13/article_1/index.html': 'feed_13/article_1/index_u71.html',
'feed_13/article_2/images/img1.jpg': 'feed_13/article_2/images/img1_u51.jpg',
'feed_13/article_2/images/img2.png': 'feed_13/article_2/images/img2_u14.png',
'feed_13/article_2/index.html': 'feed_13/article_2/index_u93.html',
'feed_13/article_3/images/img1.jpg': 'feed_13/article_3/images/img1_u9.jpg',
'feed_13/article_3/index.html': 'feed_13/article_3/index_u79.html',
'feed_13/article_4/images/img1.jpg': 'feed_13/article_4/images/img1_u46.jpg',
'feed_13/article_4/index.html': 'feed_13/article_4/index_u90.html',
'feed_13/article_5/images/img1.jpg': 'feed_13/article_5/images/img1_u26.jpg',
'feed_13/article_5/index.html': 'feed_13/article_5/index_u58.html',
'feed_13/index.html': 'feed_13/index_u45.html',
'feed_14/article_0/images/img1.jpg': 'feed_14/article_0/images/img1_u28.jpg',
'feed_14/article_0/images/img2.png': 'feed_14/article_0/images/img2_u20.png',
'feed_14/article_0/images/img3.png': 'feed_14/article_0/images/img3_u2.png',
'feed_14/article_0/index.html': 'feed_14/article_0/index_u31.html',
'feed_14/article_1/images/img1.jpg': 'feed_14/article_1/images/img1_u15.jpg',
'feed_14/article_1/index.html': 'feed_14/article_1/index_u81.html',
'feed_14/article_2/images/img1.jpg': 'feed_14/article_2/images/img1_u66.jpg',
'feed_14/article_2/images/img2.png': 'feed_14/article_2/images/img2_u9.png',
'feed_14/article_2/index.html': 'feed_14/article_2/index_u42.html',
'feed_14/article_3/images/img1.jpg': 'feed_14/article_3/images/img1_u35.jpg',
'feed_14/article_3/images/img2.png': 'feed_14/article_3/images/img2_u25.png',
'feed_14/article_3/index.html': 'feed_14/article_3/index_u56.html',
'feed_14/article_4/images/img1.jpg': 'feed_14/article_4/images/img1_u25.jpg',
'feed_14/article_4/index.html': 'feed_14/article_4/index_u18.html',
'feed_15/article_0/images/img1.jpg': 'feed_15/article_0/images/img1_u70.jpg',
'feed_15/article_0/images/img2.png': 'feed_15/article_0/images/img2_u21.png',
'feed_15/article_0/index.html': 'feed_15/article_0/index_u83.html',
'feed_15/article_1/images/img1.jpg': 'feed_15/article_1/images/img1_u65.jpg',
'feed_15/article_1/images/img2.png': 'feed_15/article_1/images/img2_u18.png',
'feed_15/article_1/index.html': 'feed_15/article_1/index_u88.html',
'feed_15/article_2/images/img1.jpg': 'feed_15/article_2/images/img1_u27.jpg',
'feed_15/article_2/index.html': 'feed_15/article_2/index_u55.html',
'feed_15/index.html': 'feed_15/index_u34.html',
'feed_16/article_0/images/img1.jpg': 'feed_16/article_0/images/img1_u71.jpg',
'feed_16/article_0/index.html': 'feed_16/article_0/index_u61.html',
'feed_16/article_1/images/img1.jpg': 'feed_16/article_1/images/img1_u40.jpg',
'feed_16/article_1/index.html': 'feed_16/article_1/index_u68.html',
'feed_16/article_2/images/img1.jpg': 'feed_16/article_2/images/img1_u47.jpg',
'feed_16/article_2/index.html': 'feed_16/article_2/index_u32.html',
'feed_16/index.html': 'feed_16/index_u78.html',
'feed_17/article_0/images/img2.png': 'feed_17/article_0/images/img2_u17.png',
'feed_17/article_0/images/img3.png': 'feed_17/article_0/images/img3_u4.png',
'feed_17/article_0/index.html': 'feed_17/article_0/index_u10.html',
'feed_17/index.html': 'feed_17/index_u72.html',
'feed_18/article_0/images/img1.jpg': 'feed_18/article_0/images/img1_u3.jpg',
'feed_18/article_0/index.html': 'feed_18/article_0/index_u19.html',
'feed_18/index.html': 'feed_18/index_u53.html',
'feed_2/article_0/images/img1.jpg': 'feed_2/article_0/images/img1_u56.jpg',
'feed_2/article_0/index.html': 'feed_2/article_0/index_u27.html',
'feed_2/article_1/images/img1.jpg': 'feed_2/article_1/images/img1_u19.jpg',
'feed_2/article_1/index.html': 'feed_2/article_1/index_u66.html',
'feed_2/article_2/images/img1.jpg': 'feed_2/article_2/images/img1_u10.jpg',
'feed_2/article_2/index.html': 'feed_2/article_2/index_u26.html',
'feed_2/article_3/images/img1.jpg': 'feed_2/article_3/images/img1_u20.jpg',
'feed_2/article_3/index.html': 'feed_2/article_3/index_u24.html',
'feed_2/article_4/images/img1.jpg': 'feed_2/article_4/images/img1_u67.jpg',
'feed_2/article_4/index.html': 'feed_2/article_4/index_u36.html',
'feed_2/index.html': 'feed_2/index_u38.html',
'feed_3/article_0/images/img1.jpg': 'feed_3/article_0/images/img1_u2.jpg',
'feed_3/article_0/images/img2.jpg': 'feed_3/article_0/images/img2_u10.jpg',
'feed_3/article_0/images/img3.jpg': 'feed_3/article_0/images/img3_u1.jpg',
'feed_3/article_0/images/img4.jpg': 'feed_3/article_0/images/img4_u6.jpg',
'feed_3/article_0/images/img5.jpg': 'feed_3/article_0/images/img5_u3.jpg',
'feed_3/article_0/images/img7.jpg': 'feed_3/article_0/images/img7_u2.jpg',
'feed_3/article_0/images/img8.jpg': 'feed_3/article_0/images/img8_u1.jpg',
'feed_3/article_0/index.html': 'feed_3/article_0/index_u50.html',
'feed_3/index.html': 'feed_3/index_u51.html',
'feed_4/article_0/images/img1.jpg': 'feed_4/article_0/images/img1_u55.jpg',
'feed_4/article_0/images/img2.png': 'feed_4/article_0/images/img2_u4.png',
'feed_4/article_0/index.html': 'feed_4/article_0/index_u28.html',
'feed_4/article_1/images/img1.jpg': 'feed_4/article_1/images/img1_u31.jpg',
'feed_4/article_1/index.html': 'feed_4/article_1/index_u75.html',
'feed_4/article_2/images/img1.jpg': 'feed_4/article_2/images/img1_u21.jpg',
'feed_4/article_2/images/img2.png': 'feed_4/article_2/images/img2_u23.png',
'feed_4/article_2/index.html': 'feed_4/article_2/index_u7.html',
'feed_4/article_3/images/img1.jpg': 'feed_4/article_3/images/img1_u32.jpg',
'feed_4/article_3/index.html': 'feed_4/article_3/index_u64.html',
'feed_4/index.html': 'feed_4/index_u6.html',
'feed_5/article_0/images/img1.jpg': 'feed_5/article_0/images/img1_u57.jpg',
'feed_5/article_0/images/img2.png': 'feed_5/article_0/images/img2_u5.png',
'feed_5/article_0/images/img3.png': 'feed_5/article_0/images/img3_u3.png',
'feed_5/article_0/images/img4.png': 'feed_5/article_0/images/img4_u1.png',
'feed_5/article_0/images/img5.png': 'feed_5/article_0/images/img5_u1.png',
'feed_5/article_0/index.html': 'feed_5/article_0/index_u84.html',
'feed_5/article_1/images/img1.jpg': 'feed_5/article_1/images/img1_u68.jpg',
'feed_5/article_1/index.html': 'feed_5/article_1/index_u4.html',
'feed_5/index.html': 'feed_5/index_u76.html',
'feed_6/article_0/images/img1.jpg': 'feed_6/article_0/images/img1_u69.jpg',
'feed_6/article_0/index.html': 'feed_6/article_0/index_u74.html',
'feed_6/article_1/images/img1.jpg': 'feed_6/article_1/images/img1_u74.jpg',
'feed_6/article_1/index.html': 'feed_6/article_1/index_u8.html',
'feed_6/article_2/index.html': 'feed_6/article_2/index_u15.html',
'feed_6/index.html': 'feed_6/index_u49.html',
'feed_7/article_0/images/img1.jpg': 'feed_7/article_0/images/img1_u43.jpg',
'feed_7/article_0/images/img2.png': 'feed_7/article_0/images/img2_u11.png',
'feed_7/article_0/index.html': 'feed_7/article_0/index_u97.html',
'feed_7/article_1/images/img1.jpg': 'feed_7/article_1/images/img1_u61.jpg',
'feed_7/article_1/index.html': 'feed_7/article_1/index_u73.html',
'feed_7/index.html': 'feed_7/index_u29.html',
'feed_8/article_0/images/img1.jpg': 'feed_8/article_0/images/img1_u44.jpg',
'feed_8/article_0/images/img2.png': 'feed_8/article_0/images/img2_u3.png',
'feed_8/article_0/index.html': 'feed_8/article_0/index_u86.html',
'feed_8/article_1/images/img1.jpg': 'feed_8/article_1/images/img1_u11.jpg',
'feed_8/article_1/index.html': 'feed_8/article_1/index_u25.html',
'feed_8/article_2/images/img1.jpg': 'feed_8/article_2/images/img1_u45.jpg',
'feed_8/article_2/images/img2.png': 'feed_8/article_2/images/img2_u15.png',
'feed_8/article_2/index.html': 'feed_8/article_2/index_u43.html',
'feed_8/article_3/images/img1.jpg': 'feed_8/article_3/images/img1_u8.jpg',
'feed_8/article_3/images/img2.png': 'feed_8/article_3/images/img2_u1.png',
'feed_8/article_3/index.html': 'feed_8/article_3/index_u20.html',
'feed_8/index.html': 'feed_8/index_u39.html',
'feed_9/article_0/images/img1.jpg': 'feed_9/article_0/images/img1_u38.jpg',
'feed_9/article_0/images/img2.png': 'feed_9/article_0/images/img2_u8.png',
'feed_9/article_0/images/img3.png': 'feed_9/article_0/images/img3_u1.png',
'feed_9/article_0/index.html': 'feed_9/article_0/index_u14.html',
'feed_9/article_1/images/img1.jpg': 'feed_9/article_1/images/img1_u12.jpg',
'feed_9/article_1/images/img2.png': 'feed_9/article_1/images/img2_u10.png',
'feed_9/article_1/index.html': 'feed_9/article_1/index_u96.html',
'feed_9/article_2/images/img1.jpg': 'feed_9/article_2/images/img1_u33.jpg',
'feed_9/article_2/index.html': 'feed_9/article_2/index_u16.html',
'feed_9/article_3/images/img1.jpg': 'feed_9/article_3/images/img1_u13.jpg',
'feed_9/article_3/index.html': 'feed_9/article_3/index_u52.html',
'feed_9/article_4/images/img1.jpg': 'feed_9/article_4/images/img1_u60.jpg',
'feed_9/article_4/index.html': 'feed_9/article_4/index_u59.html',
'feed_9/index.html': 'feed_9/index_u91.html',
'index.html': 'index_u2.html'}
Splitting markup on page breaks and flow limits, if any...
Looking for large trees in feed_11/article_5/index_u11.html...
No large trees found
Looking for large trees in feed_1/index_u37.html...
No large trees found
Looking for large trees in feed_13/article_3/index_u79.html...
No large trees found
Looking for large trees in feed_11/article_17/index_u17.html...
No large trees found
Looking for large trees in feed_14/article_4/index_u18.html...
No large trees found
Looking for large trees in feed_11/article_9/index_u22.html...
No large trees found
Looking for large trees in feed_3/article_0/index_u50.html...
No large trees found
Looking for large trees in feed_18/article_0/index_u19.html...
No large trees found
Looking for large trees in feed_10/article_3/index_u41.html...
No large trees found
Looking for large trees in feed_8/article_3/index_u20.html...
No large trees found
Looking for large trees in feed_2/index_u38.html...
No large trees found
Looking for large trees in feed_11/article_16/index_u12.html...
No large trees found
Looking for large trees in feed_9/article_1/index_u96.html...
No large trees found
Looking for large trees in feed_4/index_u6.html...
No large trees found
Looking for large trees in feed_11/article_0/index_u94.html...
No large trees found
Looking for large trees in feed_8/article_0/index_u86.html...
No large trees found
Looking for large trees in feed_11/article_21/index_u69.html...
No large trees found
Looking for large trees in feed_11/article_13/index_u54.html...
No large trees found
Looking for large trees in feed_11/article_11/index_u33.html...
No large trees found
Looking for large trees in feed_11/article_8/index_u9.html...
No large trees found
Looking for large trees in feed_16/article_2/index_u32.html...
No large trees found
Looking for large trees in feed_9/article_0/index_u14.html...
No large trees found
Looking for large trees in feed_14/article_3/index_u56.html...
No large trees found
Looking for large trees in feed_11/article_2/index_u95.html...
No large trees found
Looking for large trees in feed_2/article_0/index_u27.html...
No large trees found
Looking for large trees in index_u2.html...
No large trees found
Looking for large trees in feed_15/index_u34.html...
No large trees found
Looking for large trees in feed_1/article_0/index_u47.html...
No large trees found
Looking for large trees in feed_6/index_u49.html...
No large trees found
Looking for large trees in feed_14/article_1/index_u81.html...
No large trees found
Looking for large trees in feed_0/index_u48.html...
No large trees found
Looking for large trees in feed_6/article_1/index_u8.html...
No large trees found
Looking for large trees in feed_4/article_3/index_u64.html...
No large trees found
Looking for large trees in feed_14/article_2/index_u42.html...
No large trees found
Looking for large trees in feed_0/article_1/index_u65.html...
No large trees found
Looking for large trees in feed_11/index_u80.html...
No large trees found
Looking for large trees in feed_7/article_0/index_u97.html...
No large trees found
Looking for large trees in feed_17/article_0/index_u10.html...
No large trees found
Looking for large trees in feed_10/index_u23.html...
No large trees found
Looking for large trees in feed_16/article_1/index_u68.html...
No large trees found
Looking for large trees in feed_15/article_2/index_u55.html...
No large trees found
Looking for large trees in feed_5/article_1/index_u4.html...
No large trees found
Looking for large trees in feed_8/index_u39.html...
No large trees found
Looking for large trees in feed_11/article_20/index_u13.html...
No large trees found
Looking for large trees in feed_4/article_0/index_u28.html...
No large trees found
Looking for large trees in feed_15/article_0/index_u83.html...
No large trees found
Looking for large trees in feed_11/article_10/index_u1.html...
No large trees found
Looking for large trees in feed_10/article_0/index_u57.html...
No large trees found
Looking for large trees in feed_12/index_u87.html...
No large trees found
Looking for large trees in feed_3/index_u51.html...
No large trees found
Looking for large trees in feed_2/article_4/index_u36.html...
No large trees found
Looking for large trees in feed_6/article_2/index_u15.html...
No large trees found
Looking for large trees in feed_5/article_0/index_u84.html...
No large trees found
Looking for large trees in feed_8/article_2/index_u43.html...
No large trees found
Looking for large trees in feed_12/article_1/index_u3.html...
No large trees found
Looking for large trees in feed_14/article_0/index_u31.html...
No large trees found
Looking for large trees in feed_13/index_u45.html...
No large trees found
Looking for large trees in feed_11/article_15/index_u70.html...
No large trees found
Looking for large trees in feed_6/article_0/index_u74.html...
No large trees found
Looking for large trees in feed_11/article_19/index_u63.html...
No large trees found
Looking for large trees in feed_11/article_6/index_u77.html...
No large trees found
Looking for large trees in feed_9/article_3/index_u52.html...
No large trees found
Looking for large trees in feed_4/article_1/index_u75.html...
No large trees found
Looking for large trees in feed_10/article_4/index_u46.html...
No large trees found
Looking for large trees in feed_2/article_3/index_u24.html...
No large trees found
Looking for large trees in feed_9/index_u91.html...
No large trees found
Looking for large trees in feed_13/article_5/index_u58.html...
No large trees found
Looking for large trees in feed_0/article_0/index_u85.html...
No large trees found
Looking for large trees in feed_13/article_1/index_u71.html...
No large trees found
Looking for large trees in feed_2/article_2/index_u26.html...
No large trees found
Looking for large trees in feed_11/article_7/index_u89.html...
No large trees found
Looking for large trees in feed_5/index_u76.html...
No large trees found
Looking for large trees in feed_13/article_0/index_u21.html...
No large trees found
Looking for large trees in feed_16/index_u78.html...
No large trees found
Looking for large trees in feed_15/article_1/index_u88.html...
No large trees found
Looking for large trees in feed_9/article_4/index_u59.html...
No large trees found
Looking for large trees in feed_12/article_0/index_u92.html...
No large trees found
Looking for large trees in feed_11/article_3/index_u82.html...
No large trees found
Looking for large trees in feed_14/index.html...
No large trees found
Looking for large trees in feed_10/article_2/index_u35.html...
No large trees found
Looking for large trees in feed_11/article_18/index_u30.html...
No large trees found
Looking for large trees in feed_9/article_2/index_u16.html...
No large trees found
Looking for large trees in feed_2/article_1/index_u66.html...
No large trees found
Looking for large trees in feed_13/article_4/index_u90.html...
No large trees found
Looking for large trees in feed_0/article_2/index_u5.html...
No large trees found
Looking for large trees in feed_11/article_1/index_u62.html...
No large trees found
Looking for large trees in feed_17/index_u72.html...
No large trees found
Looking for large trees in feed_16/article_0/index_u61.html...
No large trees found
Looking for large trees in feed_8/article_1/index_u25.html...
No large trees found
Looking for large trees in feed_7/index_u29.html...
No large trees found
Looking for large trees in feed_11/article_4/index_u67.html...
No large trees found
Looking for large trees in feed_4/article_2/index_u7.html...
No large trees found
Looking for large trees in feed_18/index_u53.html...
No large trees found
Looking for large trees in feed_7/article_1/index_u73.html...
No large trees found
Looking for large trees in feed_11/article_14/index_u60.html...
No large trees found
Looking for large trees in feed_10/article_1/index_u40.html...
No large trees found
Looking for large trees in feed_11/article_12/index_u44.html...
No large trees found
Looking for large trees in feed_13/article_2/index_u93.html...
No large trees found
The cover image has an id != "cover". Renaming to work around bug in Nook Color
EPUB output written to /tmp/calibre_7.23.0_tmp_r5y4gxdx/stxg3hop_recipe_out.epub
And yes; this is using the default built-in recipe.
There had been other runs earlier in the day that had failed, but unfortunately I restarted calibre and don't have the earlier logs.
Last edited by PeterT; 12-20-2024 at 11:11 PM.
|