mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.51k stars 943 forks source link

Can't figure out how to download only text from kemonoparty #4330

Open akirafujioka129 opened 1 year ago

akirafujioka129 commented 1 year ago

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.

a84r7a3rga76fg commented 1 year ago

Use this https://github.com/mikf/gallery-dl/issues/3800#issuecomment-1475364192 and add "download": false to the extractor

akirafujioka129 commented 1 year ago

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.

a84r7a3rga76fg commented 1 year ago

Post your kemonoparty config

akirafujioka129 commented 1 year ago

It's nothing fancy. Here it is, with my login info scrubbed:

{
    "extractor":
    {
        "base-directory": "../",
        "cache.file": "",
        "kemonoparty":
        {
            "username": "qwertyuiop",
            "password": "**********"
        }
    },

    "downloader":
    {

    },

    "output":
    {

    },

    "postprocessor":
    {

    }

}
akirafujioka129 commented 1 year ago

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.

a84r7a3rga76fg commented 11 months ago

Yes, you didn't copy paste that postprocessor to your extractor. The extractor is kemonoparty.