darkdragn / party

A quick *.party downloader
84 stars 12 forks source link

Trouble with using options #8

Closed ComradeCakey closed 7 months ago

ComradeCakey commented 11 months ago

Hi! i cant figure out how to use options for kemono. Can you show me an example on how to use them?

CodingCoomer commented 11 months ago

See party --help or the README.

The basic structure is party <party site> <service> <name or id> <options>

is either coomer or kemono is the site the content is originally hosted on (onlyfans, fansly for coomer, pixiv, patreon, etc for kemono) if you look at the url of the user you are trying to download from it will have the format coomer.party/SERVICE/user/USERNAMEorID to download from https://coomer.party/onlyfans/user/lee.ava use `party coomer onlyfans lee.ava` The main options are -i for ignoring extensions and -w for specifying how many works (number of simultaneous downloads). If want to ignore all the images and only get videos from the use you can try `party coomer onlyfans lee.ava -i jpg -i jpeg -i png` use -w number to control the number of files you are downloading at once. I think for coomer (or maybe just fansly I don't remember) the default is 2. So you can change it to 1 if you're getting lots of 429 errors, or you can raise to a higher number if you aren't getting errors and you want to save some time.
darkdragn commented 7 months ago

closing due to inactivity