mirror of https://github.com/scrapy/scrapy.git
Merge pull request #387 from ktharmal/patch-1
Fixed directory location for dmoz_spider.py file
This commit is contained in:
commit
2a89265b96
|
|
@ -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