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

[kemono.party] Is it possible to download discord contents save in channel folder? #5008

Open RJFAC opened 9 months ago

RJFAC commented 9 months ago

As title. I want to download discord contents sorted like: ServerName/ChannelName/Files.extension Is it possible?

mikf commented 9 months ago

There doesn't appear to be a server name, only an ID. Check -K output, maybe you find something more useful there.

{
    "extractor": {
        "kemonoparty": {
            "discord": {
                "directory": ["{server}", "{channel_name}"],
                "filename": "{filename}.{extension}"
            }
        }
    }
}