Replies: 3 comments 3 replies
|
If I understand your question correctly, I think this where the |
|
Sorry for the long delay. So there’s not really a "right" answer to this. You could approach this in a couple of different ways.
|
|
Check out the 1.1.0 release of Roach. It includes this PR which adds the option to define both custom item classes as well as processors that only handle certain kinds of items. This should make handling different types of items yielded from the same spider much simpler. I haven't updated the docs yet, but the PR has a comprehensive description. |
Uh oh!
There was an error while loading. Please reload this page.
@ksassnowski Let's say I would like to fetch and store/update additional information from fussballdaten.de like team line-up, league table. How would I go about this?
I would definitely need different item proccessors for each of this entity. So what is the recommended way to setup the spider to accomplish such a scenario?
All reactions