Closed callybug closed 1 year ago
You need to put the furaffinity
and instagram
blocks inside extractor
for them to have any effect.
It seems like you somehow moved },
from to end of the file to line 4.
{
"part": false,
"extractor": {
"base-directory": "/mnt/Extra2022/IMAGES/gallery-dl/"
"furaffinity": {
"filename": "{date:%Y_%m_%d_%H_%M}_{title}_{filename}.{extension}",
"directory": ["{category}", "{user}"],
"include": "gallery,scraps",
"skip": "abort:5",
"cookies": {
"a": "a5d8XXXX-XXXX-XXXX-XXXX-XXXXXXXX4616",
"b": "f8d6XXXX-XXXX-XXXX-XXXX-XXXXXXXX8bfe"
}
},
"instagram": {
"filename": "{date:%Y_%m_%d_%H_%M}_{filename}.{extension}",
"directory": ["{category}", "{user}"],
"skip": "abort:5",
"include": "posts",
"sleep-request": "2-10",
"sleep": "2-10",
"cookies": "/mnt/Extra2022/IMAGES/gallery-dl/instagram/cookies-instagram-com.txt",
"postprocessors": [
{ "name": "metadata", "event": "post", "filename": "{user}_main.json" }
]
}
}
}
Also your metadata
post processor with "event": "post"
will overwrite "{user}_main.json"
for every post since {user}
does not change. You should probably use "event": "init"
to have this file written only once.
Ahh! Apologies for the stupidly easy fix. I'll try this metadata modification too; I didn't know why there wasn't any noticeable effect with any of these configs, but now I know. Thank you!
Hello! I had seen this issue reported by a few users here already, but I'm still not having any luck. Here's what appears on the terminal:
And here's my config:
(edit: indentation)
I've tried referencing a .txt file created by an extension (like I have with Instagram, which works fine), using a bare minimum config of just the cookies, and confirmed "a" and "b" are in the right order.. It was working when I had used it a few months ago. I'm using the legacy FA theme with the SFW filter disabled. Cheers!