1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

[oauth] fix typo

this has been here since February ...
(8974f036)
This commit is contained in:
Mike Fährmann 2021-09-08 20:14:39 +02:00
parent 83bbb628d8
commit 4f5f9ed1e5
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -415,7 +415,7 @@ class OAuthPixiv(OAuthBase):
print("""
1) Open your browser's Developer Tools (F12) and switch to the Network tab
2) Login
4) Select the last network monitor entry ('callback?state=...')
3) Select the last network monitor entry ('callback?state=...')
4) Copy its 'code' query parameter, paste it below, and press Enter
""")
code = input("code: ")