mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 11:39:22 +01:00
Overwrite via config
This commit is contained in:
parent
088c7b3dca
commit
01dab52b42
@ -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
|
||||||
|
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
"GoGoAnimeAuthKey": "",
|
"GoGoAnimeAuthKey": "",
|
||||||
"MaxConcurrentDownloads": 4,
|
"MaxConcurrentDownloads": 4,
|
||||||
"CurrentGoGoAnimeDomain": "film",
|
"CurrentGoGoAnimeDomain": "film",
|
||||||
"OverwriteDownloads": "False"
|
"OverwriteDownloads": 0
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user