[civitai] update default archive format (#6302)

This commit is contained in:
Mike Fährmann
2024-10-10 20:29:07 +02:00
parent 29e46f6875
commit bc954eb7e4
2 changed files with 84 additions and 94 deletions

View File

@@ -23,7 +23,7 @@ class CivitaiExtractor(Extractor):
root = "https://civitai.com"
directory_fmt = ("{category}", "{username|user[username]}", "images")
filename_fmt = "{file[id]|id|filename}.{extension}"
archive_fmt = "{hash}"
archive_fmt = "{file[hash]|hash}"
request_interval = (0.5, 1.5)
def _init(self):