Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-16 | 1.6 kB | |
Release v0.3.4 source code.tar.gz | 2025-09-16 | 1.2 MB | |
Release v0.3.4 source code.zip | 2025-09-16 | 1.2 MB | |
Totals: 3 Items | 2.4 MB | 0 |
Necessary release that fixes multiple issues
🚀 New Stuff
- Added all the fetchers session classes to the interactive shell to be available right away without import.
🐛 Bug Fixes
- Added a workaround for a bug with the Playwright API on Windows that happened while retrieving content while solving Cloudflare.
- Fixed an encoding issue with the
view
command in the interactive shell - Fixed a bug with the
max_pages
argument inAsyncStealthySession
that was crashing the code. - Fixed an issue that happened with the last updates that made the
html_content
andprettify
properties in theSelector
class return bytes, depending on the encoding. Both are returning strings as they were.
🙏 Special thanks to our Discord community for all the continuous testing and feedback