mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 20:22:36 +01:00
[twitter] fix duplicate ArkoseLogin check
forgot to replace this in 9e5d65fbf3
This commit is contained in:
parent
2c8aa9b2de
commit
aa9be75d44
@ -1886,8 +1886,9 @@ def _login_impl(extr, username, password):
|
||||
raise exception.AuthenticationError("Login requires CAPTCHA")
|
||||
elif subtask == "DenyLoginSubtask":
|
||||
raise exception.AuthenticationError("Login rejected as suspicious")
|
||||
elif subtask == "ArkoseLogin":
|
||||
raise exception.AuthenticationError("No auth token cookie")
|
||||
elif subtask == "LoginSuccessSubtask":
|
||||
raise exception.AuthenticationError(
|
||||
"No 'auth_token' cookie received")
|
||||
else:
|
||||
raise exception.StopExtraction("Unrecognized subtask %s", subtask)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user