From 0fb9af9565689eb370b5c2af5e6879bd23261235 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Thu, 18 Jul 2024 23:21:13 +0200 Subject: [PATCH] switch to folder id --- gallery-dl/.gitignore | 1 + gallery-dl/gallery-dl/config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gallery-dl/.gitignore b/gallery-dl/.gitignore index 7184985..db42edf 100644 --- a/gallery-dl/.gitignore +++ b/gallery-dl/.gitignore @@ -1,5 +1,6 @@ downloaded_kemono.txt downloaded_rule34.txt +downloaded_gofile.txt gallery-dl/*.sqlite3 gallery-dl/log.txt Artists diff --git a/gallery-dl/gallery-dl/config.json b/gallery-dl/gallery-dl/config.json index 17cb5b8..65cf33a 100644 --- a/gallery-dl/gallery-dl/config.json +++ b/gallery-dl/gallery-dl/config.json @@ -30,7 +30,7 @@ "archive": "./gallery-dl/archive-gofile.sqlite3", "filename": "{id}.{extension}", - "directory": ["{name}_{code}", "Gofile"] + "directory": ["{id}", "Gofile"] } },