clear pkg list between two q and dl from https

This commit is contained in:
Basile Burg 2016-03-20 22:30:35 +01:00
parent f27825bafc
commit 51f653267c
1 changed files with 2 additions and 1 deletions

View File

@ -227,8 +227,9 @@ var
pge: string;
cli: TFPHTTPClient;
begin
cbb.Items.Clear;
cli := TFPHTTPClient.Create(self);
pge := cli.Get('http://code.dlang.org/');
pge := cli.Get('https://code.dlang.org/');
// note, also works with regex \"packages\/[a-zA-Z0-9_-]+\"
with TStringRange.create(pge) do while not empty do
begin