Update Economist

Cloudflare bot protection seems to block webengine but not mechanize. So
at least temporarily switch to mechanize.
This commit is contained in:
Kovid Goyal 2026-01-30 10:49:11 +05:30
parent 84a4b17782
commit 2ba7149715
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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': {

View File

@ -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': {