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
Add 'item_classes' key to FEEDS that accepts a list of scrapy.Item class objects.
This functionality will allow us to filter different Item types to unique URIs
Currently, there isn't any way to filter by Item type in the FEED(s) settings.
I've already written the patch, tests, and updated documentation, I just need to create a pull request but I wanted to log it first here.
The text was updated successfully, but these errors were encountered:
Implemented in #5178
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
Add 'item_classes' key to FEEDS that accepts a list of scrapy.Item class objects.
Motivation
This functionality will allow us to filter different Item types to unique URIs
Describe alternatives you've considered
Currently, there isn't any way to filter by Item type in the FEED(s) settings.
Additional context
I've already written the patch, tests, and updated documentation, I just need to create a pull request but I wanted to log it first here.
The text was updated successfully, but these errors were encountered: