Conversation
This reverts commit 9a6d3a8.
β¦ are not collapsed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A new update with a brand-new Scrapy integration and a batch of community fixes π
Note
Follow us on X for daily tips and tricks
π New Stuff and quality of life changes
Added a Scrapy integration so you can use Scrapling's parsing API inside your existing Scrapy projects without rewriting them. Put the
scrapling_responsedecorator on any spider callback, and the response it receives becomes a ScraplingResponsewhile Scrapy keeps handling the crawling (Check the docs):The MCP server can now use a custom Chromium-compatible browser for all browser-based tools. Set it once with
scrapling mcp --executable-path "/path/to/chromium"or theSCRAPLING_EXECUTABLE_PATHenvironment variable, or per request with theexecutable_pathargument, by @samrusani in #360 (Solves #347)Updated all browsers and fingerprints. Run
scrapling install --forceafter updating to refresh them.π Bug Fixes
LinkExtractornot filtering compound file extensions like.tar.gzby @renbkna in #359 (Fixes #349).Request-ratedirectives through the Protego upgrade, with tests aligned by @Disaster-Terminator in #355.Docs
init_scriptinteracts with Patchright's isolated execution context in stealth mode by @mturac in #353 (Solves #350).π Special thanks to the community for all the continuous testing and feedback
Big shoutout to our Platinum Sponsors