Open akirafujioka129 opened 1 year ago
Use this https://github.com/mikf/gallery-dl/issues/3800#issuecomment-1475364192 and add "download": false
to the extractor
If there's supposed to be post text that's still being downloaded, it's not in the download directory and I can't find it.
Post your kemonoparty config
It's nothing fancy. Here it is, with my login info scrubbed:
{
"extractor":
{
"base-directory": "../",
"cache.file": "",
"kemonoparty":
{
"username": "qwertyuiop",
"password": "**********"
}
},
"downloader":
{
},
"output":
{
},
"postprocessor":
{
}
}
Post your kemonoparty config
Is there anything you can tell me from this, @a84r7a3rga76fg ? My kemonoparty downloads are all images or attachments, and do not include the text of the posts themselves. I'm looking for a way to change that.
Yes, you didn't copy paste that postprocessor to your extractor. The extractor is kemonoparty.
I'm looking for the configuration options that will let me download text from posts on kemono.party, and avoid downloading any other files. I must be missing something, because I can't figure out how to even download post text in the first place, let alone how to do so while not downloading other images.