-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
The Configure Json files did not appear/How to add Pixiv user name, password and refresh token #6821
Comments
No, gallery-dl will search for configuration files in these locations. It is your responsibility to put something there. You can run
That's an SQLite3 database. You need special software like DB4S to edit them, but you (usually) don't need to touch this file.
Pixiv does not support login with username & password. You need a |
Roger that sir. I have successfully download the Json files with default files. Just wanna be sure. I only need to find the "callback" lines that show up when pressing F12 in login of Pixiv, then find "refresh token" section in Json files, then paste "code=...." in that section, then it will be over, is it? |
No, you paste the
This will then give you a While you are at it, you might also want to add the DeviantArt API credentials here instead of passing them as command-line arguments via |
Roger that sir, I will do that now. I apologize for late reply. |
Hello, dear Dev! have a question about configure files of Gallery DL.
I am trying to download from Pixiv, so I try to find the configuration files of Gallery DL, and add lines it it.
According to the guides, the configure files are supposed to be found in these locations:
However, I run the %APPDATA%\gallery-dl\config.json command, and find that I have no configure files, only a "cache.sqlite3" files:
I try to open it with Notepad+ and NotePad++, but noth of them only show lots of random Jibberish:
And thus, my question is, what happened with my Gallery DL, and how can I recover the "right" json file? Also, how can I add the username, password and fresh Token in configure files? What command should I use?
One thing I wanna add is that I am using Media Downloader, will this result in different solution?
The text was updated successfully, but these errors were encountered: