So I've written a spider that extracts certain desired links from a webpage and puts the URL, link text, and other information not necessarily contained in the <a>
tag itself, into an item for each link.
How should I pass this item onto another spider which scrapes the URL provided in that item?