Python-scrapy 's first crawler

scrapy tutorial: http://scrapy-chs.readthedocs.
Environment: python3.6 + windows7
Project structure Directory:

clipboard.png

mySpider:scrapy crawl domz
:

clipboard.png

there is no [dmoz] output as mentioned in the tutorial, is there any new file, is there something I don"t understand about learning python, and learning scrapy,? ask for advice

Mar.11,2021

this is my blog, which explains some configuration problems:
pipelines learned by Python Scrapy cannot save data to a file.
I don't know where you read your tutorial. Here are some codes for my study. You can take a look at
python_webspider" rel=" nofollow noreferrer "> https://github.com/kangbb/python_webspider


I found that you don't have the start_requests method. I wrote it yesterday and wrote it as start_request, without any request


your request's response status code is 403 error, so the default callback function parse, will not be executed. Instead, the requested errback callback function is executed

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36898-2c007.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36898-2c007.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?