-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
plugins.pixiv: Use OAuth #2521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
plugins.pixiv: Use OAuth #2521
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
Thanks for the contribution! :) Where did you client secrets come from? Did you register an application with pixiv, or are they lifted from somewhere else? |
Author
|
I've found the same secrets in a couple of places using their OAuth login which leads me to believe they are pulled from Pixiv's Android app. There also appears to be a pair for the IOS app as well. |
beardypig
approved these changes
Jul 4, 2019
Collaborator
|
this is now not compatible, with #2529 merged |
back-to
added a commit
to back-to/streamlink
that referenced
this pull request
Mar 21, 2020
It doesn't work because they use reCAPTCHA, removed it so it doesn't confuse people. --- use cookies instead `--pixiv-sessionid` https://streamlink.github.io/cli.html#cmdoption-pixiv-sessionid `--pixiv-devicetoken` https://streamlink.github.io/cli.html#cmdoption-pixiv-devicetoken if it doesn't work, try `--pixiv-purge-credentials` https://streamlink.github.io/cli.html#cmdoption-pixiv-purge-credentials --- closes streamlink#2515 closes streamlink#2521 ref streamlink#2529
back-to
added a commit
that referenced
this pull request
Mar 29, 2020
It doesn't work because they use reCAPTCHA, removed it so it doesn't confuse people. --- use cookies instead `--pixiv-sessionid` https://streamlink.github.io/cli.html#cmdoption-pixiv-sessionid `--pixiv-devicetoken` https://streamlink.github.io/cli.html#cmdoption-pixiv-devicetoken if it doesn't work, try `--pixiv-purge-credentials` https://streamlink.github.io/cli.html#cmdoption-pixiv-purge-credentials --- closes #2515 closes #2521 ref #2529
Billy2011
pushed a commit
to Billy2011/streamlink-27
that referenced
this pull request
May 14, 2020
…link#2840) It doesn't work because they use reCAPTCHA, removed it so it doesn't confuse people. --- use cookies instead `--pixiv-sessionid` https://streamlink.github.io/cli.html#cmdoption-pixiv-sessionid `--pixiv-devicetoken` https://streamlink.github.io/cli.html#cmdoption-pixiv-devicetoken if it doesn't work, try `--pixiv-purge-credentials` https://streamlink.github.io/cli.html#cmdoption-pixiv-purge-credentials --- closes streamlink#2515 closes streamlink#2521 ref streamlink#2529
mkbloke
pushed a commit
to mkbloke/streamlink
that referenced
this pull request
Aug 18, 2020
…link#2840) It doesn't work because they use reCAPTCHA, removed it so it doesn't confuse people. --- use cookies instead `--pixiv-sessionid` https://streamlink.github.io/cli.html#cmdoption-pixiv-sessionid `--pixiv-devicetoken` https://streamlink.github.io/cli.html#cmdoption-pixiv-devicetoken if it doesn't work, try `--pixiv-purge-credentials` https://streamlink.github.io/cli.html#cmdoption-pixiv-purge-credentials --- closes streamlink#2515 closes streamlink#2521 ref streamlink#2529
resiproxy
pushed a commit
to resiproxy/streamlink
that referenced
this pull request
Nov 5, 2020
…link#2840) It doesn't work because they use reCAPTCHA, removed it so it doesn't confuse people. --- use cookies instead `--pixiv-sessionid` https://streamlink.github.io/cli.html#cmdoption-pixiv-sessionid `--pixiv-devicetoken` https://streamlink.github.io/cli.html#cmdoption-pixiv-devicetoken if it doesn't work, try `--pixiv-purge-credentials` https://streamlink.github.io/cli.html#cmdoption-pixiv-purge-credentials --- closes streamlink#2515 closes streamlink#2521 ref streamlink#2529
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#2515