Skip to content

Commit

Permalink
[twitter] fix 'username-alt' option name (#5715)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jun 22, 2024
1 parent 8bb793e commit 0bb8831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ def process(data, params=None):
},
}
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": {
Expand Down

0 comments on commit 0bb8831

Please sign in to comment.