diff options
Diffstat (limited to 'gallery_dl/extractor/oauth.py')
| -rw-r--r-- | gallery_dl/extractor/oauth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/oauth.py b/gallery_dl/extractor/oauth.py index 4dc1e43..6812f35 100644 --- a/gallery_dl/extractor/oauth.py +++ b/gallery_dl/extractor/oauth.py @@ -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: ") |
