Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
40bab07f4a
1 changed files with 12 additions and 10 deletions
  1. +12
    -10
      etokarta.zmp/GetUrlScript.txt

+ 12
- 10
etokarta.zmp/GetUrlScript.txt View File

@@ -1,12 +1,14 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetZ)+'-0'+inttostr(Getx)+'-0'+inttostr(Gety)+'.jpg';
RequestHead:='User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0' + #13#10 +
'Accept: image/png,image/*;q=0.8,*/*;q=0.5' + #13#10 +
'Accept-Language: en-us,en;q=0.5' + #13#10 +
'Accept-Encoding: gzip, deflate' + #13#10 +
'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7' + #13#10 +
'Keep-Alive: 115' + #13#10 +
'Connection: keep-alive' + #13#10 +
'Referer: http://etokarta.com/karta-vitebska' + #13#10 +
'Cookie: gc=polotsk; cc=1' + #13#10;
if (GetZ = 18) then begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetZ)+'-0'+inttostr(Getx)+'-0'+inttostr(Gety)+'.jpg';
RequestHead:='User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0' + #13#10 +
'Accept: image/png,image/*;q=0.8,*/*;q=0.5' + #13#10 +
'Accept-Language: en-us,en;q=0.5' + #13#10 +
'Accept-Encoding: gzip, deflate' + #13#10 +
'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7' + #13#10 +
'Keep-Alive: 115' + #13#10 +
'Connection: keep-alive' + #13#10 +
'Referer: http://etokarta.com/karta-vitebska' + #13#10 +
'Cookie: gc=polotsk; cc=1' + #13#10;
end;
end.

Loading…
Cancel
Save