mikf / gallery-dl

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

Unsupported URL civitai.com #6220

Open seaklin83546 opened 2 hours ago

seaklin83546 commented 2 hours ago

I see you update to supported civitai.com but i download is not support. how to download photo from civitai.com? Thank Admin.

gallery-dl https://civitai.com/user/ArthSpace [gallery-dl][error] Unsupported URL 'https://civitai.com/user/ArthSpace'

mikf commented 2 hours ago

1) You aren't using the code from the latest commit.

   pip install -U --force-reinstall https://github.com/mikf/gallery-dl/archive/refs/heads/master.zip

2) The current code only supports models and files directly associated with them. Downloading a user's photos collection is not supported yet. There's a reason commit 93eca64a is titled "add initial support".