From 01dab52b42bad3b3b0d08afe01a539d7abf42787 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Wed, 19 Jan 2022 10:23:17 +0000 Subject: [PATCH] Overwrite via config --- README.md | 1 + config.json.default | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c822f45..cb9a90a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ GoGo Anime has changed the way they show download links, and this no longer work - Download all qualities options from GoGoAnime - Update the current GoGoAnime domain via config file (as they keep changing it) - Specify the number of concurrent downloads via config file (Max is 6) + - Set file overwrite via config file (0 = Skip / 1 = Overwrite) ## Installation diff --git a/config.json.default b/config.json.default index 7848ea7..576812d 100644 --- a/config.json.default +++ b/config.json.default @@ -2,5 +2,5 @@ "GoGoAnimeAuthKey": "", "MaxConcurrentDownloads": 4, "CurrentGoGoAnimeDomain": "film", - "OverwriteDownloads": "False" + "OverwriteDownloads": 0 } \ No newline at end of file