Callbacks can also be generator, this means that you can return Request and Item objects from any Request callback. In your case your just need to: yield Item(**) yield Request(url_to_lever3)
El jueves, 14 de agosto de 2014 06:05:51 UTC-3, Minh Hoàng escribió: > > Hello all. > > I have a scrapy program. I got data a website from lever 1 to lever 2. > Then i want use link from this data to continue scraping page after but i > don't know how do it. > > Examp: > lever 1: http://teamtreehouse.com/library/ > lever 2: http://teamtreehouse.com/library/php-basics > lever 3: > http://teamtreehouse.com/library/php-basics-i/what-is-a-php/getting-started-with-php > > This attachment is my scrapy program. > > Thanks! > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
