mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
[twitter] fix 'username-alt' option name (#5715)
This commit is contained in:
parent
8bb793e21b
commit
0bb8831853
@ -1864,7 +1864,7 @@ def _login_impl(extr, username, password):
|
||||
},
|
||||
}
|
||||
elif subtask == "LoginEnterAlternateIdentifierSubtask":
|
||||
alt = extr.config("username_alt") or extr.input(
|
||||
alt = extr.config("username-alt") or extr.input(
|
||||
"Alternate Identifier (username, email, phone number): ")
|
||||
data = {
|
||||
"enter_text": {
|
||||
|
Loading…
Reference in New Issue
Block a user