Benito van der Zander
Benito van der Zander
It might help to add declare copy-namespaces no-preserve, no-inherit; in the module
what is the error? you could try to put `{$ifdef fpc}` ... `{$endif}` around the line, or replace the current `endif' with `ifend`
I cannot read Chinese, but I guess you want a Delphi port? There is already issue #1 to discuss that But now there is a lot more code then when...
FLRE has changed. Until I make an update, it only works with the old FLRE. See: https://github.com/benibela/internettools/issues/27
Try it now ( cfe8587 ) And that is why there is also https://github.com/benibela/flre where I only merge FLRE changes that do not break things
It is documented in --help But looks like it has been broken for 2 years
Perhaps there is another issue Try it with the example domain: $ xidel http://example.org/xyz -e //title Error: Internet/HTTP Error: 404 Not Found when talking to: http://example.org/xyz $ xidel --error-handling 404=accept...
then you use both in one `--error-handling xx=retry,504=retry`
there is a time out in the code, but it is separate for each system. E.g. it is set to 2 minutes on Windows: https://github.com/benibela/internettools/blob/master/internet/w32internetaccess.pas#L392 I guess I could add...
With "basically" I mean it is similar, but not the same. It does not support full PCRE. The syntax is from the https://www.w3.org/TR/xpath-functions-30/#regex-syntax And the implementation does not do backtracking,...