We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selectors shouldn't import from Scrapy, otherwise splitting them to a separate library doesn't provide benefits.
The text was updated successfully, but these errors were encountered:
nor we should duplicate code.
(incidentally, that's how w3lib got born - we needed common code from both scrapy and scrapely).
will we need to start yet another library? :-/
Sorry, something went wrong.
So, we ended up duplicating some utils, only: https://github.com/scrapy/parsel/blob/master/parsel/utils.py
Does someone wants to offer an alternative or are we fine with that an I can close this issue? :)
We can move more code into w3lib but for now the Scrapy dependency is removed
No branches or pull requests
Selectors shouldn't import from Scrapy, otherwise splitting them to a separate library doesn't provide benefits.
The text was updated successfully, but these errors were encountered: