Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[5 / 1 / 3]

ID:9Oy8ViEx No.14638515 View ViewReplyOriginalReport
I wish I could post on kemono.party's imageboard. Whenever I try posting I always get an error that says "you look like a bot". I am actually trying to make helpful posts there so it is a pain in the ass that I am unable to post anything. This is the post that I wanted to send for https://chan.kemono.party/kemono/res/78.html

>>17790
From skimming the source code it looks like the names for the attributes that you need to look at differ depending on what website you are using.
From reading the man page you can find the keys for the link you are looking at with gallery-dl -K LINK.

I would guess what you would want to do is something like this:
`gallery-dl LINK --filter '("WIP" not in filename) and ("low-res" not in filename)'`

If for some reason you need something other than filename then you can replace it with a key from gallery-dl -K
It may also be good to to do `"low-res".lower()` instead of low-res in case some of the filenames have "Low-Res".