0.6.9 (2025-05-02)
π Features
- Add an internal
HttpClient
to be used insend_request
forPlaywrightCrawler
usingAPIRequestContext
bound to the browser context (#1134) (e794f49) by @Mantisus - Make timeout error log cleaner (#1170) (78ea9d2) by @Pijukatel
- Add
on_skipped_request
decorator, to process links skipped according torobots.txt
rules (#1166) (bd16f14) by @Mantisus