mirror of https://github.com/scrapy/scrapy.git
Fixed directory location for dmoz_spider.py file
It should be under 'tutorial/spiders' not 'dmoz/spiders'
This commit is contained in:
parent
0400b18efa
commit
bbb0603091
|
|
@ -121,7 +121,7 @@ define the three main, mandatory, attributes:
|
|||
objects) and more URLs to follow (as :class:`~scrapy.http.Request` objects).
|
||||
|
||||
This is the code for our first Spider; save it in a file named
|
||||
``dmoz_spider.py`` under the ``dmoz/spiders`` directory::
|
||||
``dmoz_spider.py`` under the ``tutorial/spiders`` directory::
|
||||
|
||||
from scrapy.spider import BaseSpider
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue