mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-17 16:50:07 -05:00
Fix economist cover URL scheme changed
This commit is contained in:
parent
694a1407f6
commit
9f6bbf1b1c
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user