-
File Downloader for Windows Console
-
It is written for personal purpose.
-
Ability to download files continuously
-
Getting a download list from a json file
- Extract files from compressed files
- Execute 'json-downloader.exe' with json parameter
json-downloader.exe data.json
- The json file(such as data.json) consists of the following:
{
"https://raw.githubusercontent.com/j2doll/json-downloader/master/README.md" : "README.md" ,
"https://raw.githubusercontent.com/j2doll/json-downloader/master/LICENSE" : "LICENSE"
}
-
The first argument is the URL of the file you want to download.
-
The second argument is the name of the file to be saved locally.
- Visual Studio 2019 (x86/x64)
-
json-downloader is under MIT license. https://github.com/JayTwoLab/json-downloader
-
curl is under MIT style license. https://curl.haxx.se/docs/copyright.html
-
JSON for Modern C++ is under MIT license. https://github.com/nlohmann/json/releases
-
spdlog is under MIT license. https://github.com/gabime/spdlog