diff --git a/gallery-dl/gallery-dl/config.json b/gallery-dl/gallery-dl/config.json index 1b0450b..17cb5b8 100644 --- a/gallery-dl/gallery-dl/config.json +++ b/gallery-dl/gallery-dl/config.json @@ -24,6 +24,13 @@ "filename": "{hash}.{extension}", "directory": ["{user}", "Coomer"] + }, + "gofile": + { + "archive": "./gallery-dl/archive-gofile.sqlite3", + + "filename": "{id}.{extension}", + "directory": ["{name}_{code}", "Gofile"] } },