I have a Scrapy Spider and it has a parse function which has inline_requests decorator, the inline request yields an item which is them combined to return the f
inline_requests