Overwrite via config

This commit is contained in:
karl.hudgell 2022-01-19 10:23:17 +00:00
parent 088c7b3dca
commit 01dab52b42
2 changed files with 2 additions and 1 deletions

View File

@ -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 - Download all qualities options from GoGoAnime
- Update the current GoGoAnime domain via config file (as they keep changing it) - 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) - Specify the number of concurrent downloads via config file (Max is 6)
- Set file overwrite via config file (0 = Skip / 1 = Overwrite)
## Installation ## Installation

View File

@ -2,5 +2,5 @@
"GoGoAnimeAuthKey": "", "GoGoAnimeAuthKey": "",
"MaxConcurrentDownloads": 4, "MaxConcurrentDownloads": 4,
"CurrentGoGoAnimeDomain": "film", "CurrentGoGoAnimeDomain": "film",
"OverwriteDownloads": "False" "OverwriteDownloads": 0
} }