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;
|
pge: string;
|
||||||
cli: TFPHTTPClient;
|
cli: TFPHTTPClient;
|
||||||
begin
|
begin
|
||||||
|
cbb.Items.Clear;
|
||||||
cli := TFPHTTPClient.Create(self);
|
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_-]+\"
|
// note, also works with regex \"packages\/[a-zA-Z0-9_-]+\"
|
||||||
with TStringRange.create(pge) do while not empty do
|
with TStringRange.create(pge) do while not empty do
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue