mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-11 04:13:41 -04:00
Update Economist
Cloudflare bot protection seems to block webengine but not mechanize. So at least temporarily switch to mechanize.
This commit is contained in:
parent
84a4b17782
commit
2ba7149715
@ -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': {
|
||||
|
||||
@ -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': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user