Closed earthyrock closed 4 years ago
Well, do you have set any specific option for the output directory?
I mean, the standard setting should be basically the same for both extractors here.
What I'm trying to say, there should be no difference here with regard to any subdirectories created.
Did you try to use the "base" URLs, i.e. without any /gallery/all
or /illustrations
etc. appended at the end?
And if I may say so, I think what you are doing here is needlessly complicated.
@earthyrock
take a look at the filename
, directory
, and base-directory
options on how to set the target directory for downloads.
@mikf I added the following line to .conf and that resolved everything:
"directory": ["Pixiv", "{user[id]}"],
Thank you!!
Morning all.
Weird one (in my eyes, at least). Don't understand why the output (pictures) is being subverted to an unintended location.
BACKGROUND: When used with DeviantArt:
PROBLEM: When used with Pixiv:
FACT: The only difference between the respective .bat files is the Web links "https://www.deviantart.com/%FOLDER%/gallery/all"
"https://www.pixiv.net/en/users/%FOLDER%/illustrations"
QUESTION(S): Why are the downloaded pictures being subverted to a location other than the source folder and/or is there a method to turn off the return value of the pixiv user profile information, leaving only the artist number? By leaving only the artist number, the downloaded files drop into the intended source folder. Example, lose: anein20; user_dxja2885; canape0130
ps - Purely as an aside, I see user profile names on the artists pages such as: Yevaldie...vs...returned name user_dxja2885 An/Yogurt...vs...returned name anein20 CANAPE...vs...returned name canape0130 Where are these latter names being pulled from, and is there any method by which the former values can be called/returned instead (Yenaldie; An/Yogurt; CANAPE)?
Thanks SO MUCH for any assistance on this issue.