Releases: Lookyloo/PlaywrightCapture
Releases · Lookyloo/PlaywrightCapture
v1.23.7
Full Changelog: v1.23.6...v1.23.7
v1.23.6
Full Changelog: v1.23.5...v1.23.6
v1.23.5
Full Changelog: v1.23.4...v1.23.5
v1.23.4: Improve favicons gathering.
Get favicons from playwright session if possible.
Full Changelog: v1.23.3...v1.23.4
v1.23.3
- Disable urllib3 warnings
- Catch exception when the browser is unexpectedly closed
Full Changelog: v1.23.2...v1.23.3
v1.23.2
- Attempt to fetch favicon regardless the validity of the TLS certificate
- Improve logging
- Retry capture on
TargetClosedError
Full Changelog: v1.23.1...v1.23.2
v1.23.1
Avoid capturing the same URL multiple times when a deep capture is triggered.
Full Changelog: v1.23.0...v1.23.1
v1.23.0
What's Changed (since 1.22)
- Use playwright stealth to hide better
- Support multiple download for a single URL (download triggered in javascript)
- Strict typing
- Support for Python 3.12
- Maintenance and update dependencies
Full Changelog: v1.22.0...v1.23.0
(very) Late February release
Changes since v1.17.0
- Improvements in reCAPTCHA solving
- Better logging and exception handling
- Catch improper cookies and avoid playwright to fail
- Bump playwright, update all the dependencies and adapt the code accordingly.