Releases: vkey/scrapper
Releases · vkey/scrapper
[v0.17.4] - 2025-02-07
Disabled check url via validators, faced cases when valid url can't be validated correctly and as result not scraped
Full Changelog: v0.17.3...v0.17.4
[v0.17.3] - 2025-02-07
v0.17.2
[v0.17.2] - 2024-11-05
Changed
- Implemented conditional caching: results are now saved to disk only if caching is enabled, optimizing storage and performance.
Removed
- Reverted resource and file type blocking functionality (
block_typesandblock_extensionsinBrowserQueryParams) due to performance concerns impacting scrapper efficiency.
Full Changelog: v0.17.1...v0.17.2
v0.17.1
[v0.17.1] - 2024-10-11
Added
- Added support for the
status_codefield in theAnyPagemodel to capture the HTTP status of the page. - Introduced
stealth_scriptsanduser_pre_scriptsparameters to enable custom scripts for stealth mode and pre-page-load actions. - Updated the
use_stealth_modefunction to allow selective loading of scripts. - Added
stealth.min.jsto theapp/scriptsdirectory. This script was generated usingnpx extract-stealth-evasionsbased on the Puppeteer Extra Stealth Evasions repository (link).
Changed
- Enhanced the
page_processingfunction to return the HTTP status code. - Improved validation for custom scripts in the
CommonQueryParamsclass.
Full Changelog: v0.17.0...v0.17.1