Fix economist cover URL scheme changed

This commit is contained in:
Kovid Goyal 2025-12-06 12:26:29 +05:30
parent 694a1407f6
commit 9f6bbf1b1c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ class Economist(BasicNewsRecipe):
'economist.com/',
'economist.com/cdn-cgi/image/width=960,quality=80,format=auto/',
)
.replace('SQ_', '')
.replace('SQ_', '').replace('_AS', '_AP')
)
self.log('Got cover:', self.cover_url)

View File

@ -309,7 +309,7 @@ class Economist(BasicNewsRecipe):
'economist.com/',
'economist.com/cdn-cgi/image/width=960,quality=80,format=auto/',
)
.replace('SQ_', '')
.replace('SQ_', '').replace('_AS', '_AP')
)
self.log('Got cover:', self.cover_url)