Hi, I'm following the scrapy tutorila, when I get to the part where the shell is used, there are no items listed
$ scrapy shell "http://www.dmoz.org/Computers/Programming/Languages/Python/Books/" [s] Available Scrapy objects: [s] crawler <scrapy.crawler.Crawler object at 0x1b51950> [s] item {} [s] request <GET http://www.dmoz.org/Computers/Programming/Languages/Python/Books/> [s] response <200 http://www.dmoz.org/Computers/Programming/Languages/Python/Books/> [s] sel <Selector xpath=None data=u'<html><head><meta http-equiv="Content-Ty'> [s] settings <CrawlerSettings module=<module 'dirbot.settings' from '/home/ian/scra/dirbot-master/dirbot/settings.pyc'>> [s] spider <DmozSpider 'dmoz' at 0x1fb9f10> ... The items file does have an item. Thanks for you help. - Taithun -- 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/groups/opt_out.
