RFC: Scrapy integration — optional Scrapling-style / adaptive parsing on responses #284
vigneshwarrvenkat
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
Thanks for the suggestion, this is already in my mind |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@D4Vinci Can you please provide your feedback on the feature PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
Allow Scrapy users to opt into Scrapling’s parsing/adaptive selector behavior on
Responseobjects (e.g. middleware, decorator, or adapter), so they can keep Scrapy’s crawl pipeline while benefiting from Scrapling’s selection model when desired.Motivation
Proposal (high level)
response.selector/response.css/response.xpath.Non-goals (for v1)
Related
ROADMAP.md: “Create a Scrapy plugin/decorator…”Open questions
(I searched existing feature requests for this topic.)
Beta Was this translation helpful? Give feedback.
All reactions