]> gitweb.factorcode.org Git - factor.git/commitdiff
geo-ip: new download link
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 6 Sep 2010 23:47:12 +0000 (16:47 -0700)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 6 Sep 2010 23:47:12 +0000 (16:47 -0700)
extra/geo-ip/geo-ip.factor

index 9dedb6410b051b6b0e7f246c7f08bf53bb24274a..e9e0902e4809c0cb81eeb1270721ab329ce70834 100644 (file)
@@ -9,7 +9,7 @@ IN: geo-ip
 
 : db-path ( -- path ) "IpToCountry.csv" temp-file ;
 
-CONSTANT: db-url "http://software77.net/cgi-bin/ip-country/geo-ip.pl?action=download"
+CONSTANT: db-url "http://software77.net/geo-ip/?DL=1"
 
 : download-db ( -- path )
     db-path dup exists? [