mikf / gallery-dl

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

[kemonoparty] Add user name keyword #2184

Closed kattjevfel closed 2 years ago

kattjevfel commented 2 years ago

Kind of like pixiv got user[name] I'd like kemonoparty to show the name/title of the artist, instead of just a bunch of numbers. For example https://kemono.party/patreon/user/28225394 would show marinesnow.

This would be useful for directory_fmt to be able to find an artist without checking through 100 folders, for example.

a84r7a3rga76fg commented 2 years ago

Wouldn't it be better to use --Dest 'C:\Downloads\name'? You'll end up with two folders when they change their username.

kattjevfel commented 2 years ago

I follow a total of 242 accounts on kemonoparty, it's all pulled from a bash array and updated daily. That is absolutely not an option. (plus I'd still have to get those names somehow)

mikf commented 2 years ago

You can get the real name as {username} by enabling the metadata option for kemono. It costs an extra, usually unnecessary HTTP request per user so it is disabled by default.

kattjevfel commented 2 years ago

My poor reading skills strikes again, this is exactly what I am looking for. Sorry about the noise!