From 013ee976a28a7ab8594ca276cf91aeb72e278774 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Thu, 18 Jul 2024 23:14:39 +0200 Subject: [PATCH] trying gofile there is no way to get the name or anything else of the creator --- gallery-dl/gallery-dl/config.json | 7 +++++++ 1 file changed, 7 insertions(+) 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"] } },