Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-20 | 2.6 kB | |
Release v0.3.5 source code.tar.gz | 2025-09-20 | 1.2 MB | |
Release v0.3.5 source code.zip | 2025-09-20 | 1.2 MB | |
Totals: 3 Items | 2.4 MB | 0 |
Necessary release that fixes multiple issues
🚀 New Stuff
- All browser-based fetchers (
DynamicFetcher
/StealthyFetcher
/...) and their session classes are now fetching websites 15-20%: - Page management is now much faster due to the logic improvement by @AbdullahY36 in [#87]
-
Optimized the validation logic overall and improved page creation for sync fetches, which together introduced a lot of speed improvements
-
Big improvements to the stealth mode in
DynamicFetcher
and its session classes by replacingrebrowser-playwright
withPatchRight
: - Before this update,
rebrowser-playwright
was turned off when you enabledstealth
andreal_chrome
because they weren't doing well together, but now we don't have this issue withPatchRight
- You can now interact with Closed-Shadow Roots since
PatchRight
can handle them automatically.
🐛 Bug Fixes
- Fixed a bug that happens while using the
re
method from theSelectors
class. - Fixed a bug with
uncurl
andcurl2fetcher
commands in the Web Scraping Shell that made curl's--data-raw
flag parse incorrectly. - Fixed a bug with the
view
command in the Web Scraping Shell that depended on the website's encoding to happen. - Fixed a bug with content converting that affected the
mcp
mode andextract
commands.
New Contributors
- @AbdullahY36 made their first contribution in [#87]
🙏 Special thanks to our Discord community for all the continuous testing and feedback