From 6712433cef555a52b935ae3e5e51a3529d88d8a4 Mon Sep 17 00:00:00 2001 From: cnbatch Date: Sun, 27 Mar 2022 09:51:42 +0800 Subject: [PATCH] update download url --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index f839696..79ed098 100644 --- a/main.cpp +++ b/main.cpp @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) } string json_record = R"({"address_count":{0},"file_count":{1},"timestamp":"{2}","locations_filename":"GeoLite2-Country-Locations-en.csv","address_sources":{"IPv4":"GeoLite2-Country-Blocks-IPv4.csv","IPv6":"GeoLite2-Country-Blocks-IPv6.csv"}})"; - string url = "https://github.com/herrbischoff/country-ip-blocks/archive/master.zip"; + string url = "https://codeload.github.com/herrbischoff/country-ip-blocks/zip/refs/heads/master"; map filename_content_map; if (parse_in_memory) {