This commit is contained in:
Kovid Goyal 2019-08-13 11:16:41 +05:30
parent c5aeaa8c8a
commit 6c3fd548a5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 2 deletions

View File

@ -114,6 +114,7 @@ class WSJ(BasicNewsRecipe):
'_intstate': 'deprecated',
}
for k in 'scope connection nonce state ui_locales ns protocol redirect_uri'.split():
if k in query:
request_query[k] = query[k]
login_url = 'https://sso.accounts.dowjones.com/usernamepassword/login'
# you can get the version below from lib-min.js

View File

@ -114,6 +114,7 @@ class WSJ(BasicNewsRecipe):
'_intstate': 'deprecated',
}
for k in 'scope connection nonce state ui_locales ns protocol redirect_uri'.split():
if k in query:
request_query[k] = query[k]
login_url = 'https://sso.accounts.dowjones.com/usernamepassword/login'
# you can get the version below from lib-min.js