Releases: amerkurev/scrapper
Releases · amerkurev/scrapper
v0.17.0
- fix: handle empty strings in levenshtein_similarity to avoid division by zero
- feat(parser): include zero and one pixel elements in hidden checks
- feat(parser): add comment removal functionality to article parser
- feat(htmlutil): add text content improvement function
- fix: remove 'media' from negative regex to prevent image removal in Readability.js
v0.16.0
v0.15.0
- add support for fetching any web page
- add support for the
device
parameter to simulate specific device behaviors - deprecate explicit
viewport-width
,viewport-height
,screen-width
, andscreen-height
in favor of using thedevice
parameter
BREAKING CHANGE: Default values for viewport-width
, viewport-height
, screen-width
, and screen-height
have been removed. Users should now use the device
parameter to specify device-specific behaviors.
v0.14.0
- add Docker health check features
- fix parser for extra HTTP headers
- display app version in API, documentation, and UI
- rename user_data_dir to user_dir for clarity
- add browser context limit
- refactor test script for clarity
- add Pylint for code linting
- add HTTPS and authentication deployment instructions