From 2ba714971566759df1c15352d526390daf28b690 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Jan 2026 10:49:11 +0530 Subject: [PATCH] Update Economist Cloudflare bot protection seems to block webengine but not mechanize. So at least temporarily switch to mechanize. --- recipes/economist.recipe | 2 +- recipes/economist_free.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/economist.recipe b/recipes/economist.recipe index c3ab3409bb..6ea18d848a 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -219,7 +219,7 @@ class Economist(BasicNewsRecipe): resolve_internal_links = True delay = 1 - browser_type = 'webengine' + # browser_type = 'webengine' from_web = True recipe_specific_options = { 'date': { diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index c3ab3409bb..6ea18d848a 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -219,7 +219,7 @@ class Economist(BasicNewsRecipe): resolve_internal_links = True delay = 1 - browser_type = 'webengine' + # browser_type = 'webengine' from_web = True recipe_specific_options = { 'date': {