Where ProductX are the main products and PartXn are replacement or update parts.
I would like to get a list of all Products with their respective parts.
Now I wonder:
Can I start on Main Page and from there open every ProductX page or is there only just one next item (in which case I could probably add :start_links for each ProductX)?
I was just getting my hands dirty with Crawly (nice work btw) and I was trying to crawl a website that has the following structure:
Where ProductX are the main products and PartXn are replacement or update parts.
I would like to get a list of all Products with their respective parts.
Now I wonder: Can I start on Main Page and from there open every ProductX page or is there only just one next item (in which case I could probably add
:start_links
for each ProductX)?