mirror of https://gitlab.com/basile.b/dexed.git
clear pkg list between two q and dl from https
This commit is contained in:
parent
f27825bafc
commit
51f653267c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue