mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c5aeaa8c8a
commit
6c3fd548a5
@ -114,7 +114,8 @@ class WSJ(BasicNewsRecipe):
|
|||||||
'_intstate': 'deprecated',
|
'_intstate': 'deprecated',
|
||||||
}
|
}
|
||||||
for k in 'scope connection nonce state ui_locales ns protocol redirect_uri'.split():
|
for k in 'scope connection nonce state ui_locales ns protocol redirect_uri'.split():
|
||||||
request_query[k] = query[k]
|
if k in query:
|
||||||
|
request_query[k] = query[k]
|
||||||
login_url = 'https://sso.accounts.dowjones.com/usernamepassword/login'
|
login_url = 'https://sso.accounts.dowjones.com/usernamepassword/login'
|
||||||
# you can get the version below from lib-min.js
|
# you can get the version below from lib-min.js
|
||||||
# search for: str: "x.x.x"
|
# search for: str: "x.x.x"
|
||||||
|
@ -114,7 +114,8 @@ class WSJ(BasicNewsRecipe):
|
|||||||
'_intstate': 'deprecated',
|
'_intstate': 'deprecated',
|
||||||
}
|
}
|
||||||
for k in 'scope connection nonce state ui_locales ns protocol redirect_uri'.split():
|
for k in 'scope connection nonce state ui_locales ns protocol redirect_uri'.split():
|
||||||
request_query[k] = query[k]
|
if k in query:
|
||||||
|
request_query[k] = query[k]
|
||||||
login_url = 'https://sso.accounts.dowjones.com/usernamepassword/login'
|
login_url = 'https://sso.accounts.dowjones.com/usernamepassword/login'
|
||||||
# you can get the version below from lib-min.js
|
# you can get the version below from lib-min.js
|
||||||
# search for: str: "x.x.x"
|
# search for: str: "x.x.x"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user