- 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 2017 x64
- Windows 10 x64 (Maybe it will also build on Windows 7/8 x64.)
- json-downloader is under GPL 3 license. https://github.com/j2doll/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
- unarr is under LGPL 3 license. https://github.com/selmf/unarr