ChangeLog
0.2.0 (2025-02-07)
Changed
These symbols are exported from scrapycl
(1
2
):
These are exported from scrapycl
(1
2
)/DOWNLOADER
:
Generic-function scrapycl/downloader:fetch
now has three optional arguments:
METHOD
argument allows to useHTTP
methods other than defaultGET
.CONTENT
argument allows to send data to the server using these methods.INSECURE
argument allows to ignore brokenSSL
certificate of the server.
Also, generic-function scrapycl/downloader:fetch
now setups RETRY-REQUEST
restart
which can be called using scrapycl/downloader:retry-request
function.
A function scrapycl/downloader:retry-if
was added to help call scrapycl/downloader:retry-request
only
if some predicate on error condition returns T and number of attempts does not exceed a limit.
Fixes
Parsing helper merge-url-with
now will not fail if given node is NIL
.
0.1.0 (2024-03-17)
Initial version.