ChangeLog
0.2.1 (2025-04-10)
Fixes
scrapycl:start now properly returns objects without associated generic function.
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:
METHODargument allows to useHTTPmethods other than defaultGET.CONTENTargument allows to send data to the server using these methods.INSECUREargument allows to ignore brokenSSLcertificate 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.