-
Windows 콘솔용 파일 다운로더
-
개인적 목적으로 작성된 것입니다.
-
파일을 지속적으로 다운로드 할 수있는 기능
-
json 파일에서 다운로드 목록 가져 오기
- 압축 파일에서 파일 추출
- json 매개 변수로 'json-downloader.exe' 실행
json-downloader.exe data.json
- json 파일(예: data.json)은 다음으로 구성됩니다.
{
"https://raw.githubusercontent.com/j2doll/json-downloader/master/README.md" : "README.md" ,
"https://raw.githubusercontent.com/j2doll/json-downloader/master/LICENSE" : "LICENSE"
}
-
첫 번째 인수는 다운로드 할 파일의 URL입니다.
-
두 번째 인수는 로컬에 저장할 파일의 이름입니다.
- Visual Studio 2019 (x86/x64)
-
json-downloader는 MIT 라이센스 입니다. https://github.com/JayTwoLab/json-downloader
-
curl는 MIT 스타일 라이센스 입니다. https://curl.haxx.se/docs/copyright.html
-
JSON for Modern C++는 MIT 라이센스 입니다. https://github.com/nlohmann/json/releases
-
spdlog는 MIT 라이센스 입니다. https://github.com/gabime/spdlog