scrapy crawl openings -o items.json -t json
튜토리얼에서 언급 한
scrapy crawl openings -o items.json -t json
명령을 실행하면 다음과 같이 나타납니다.
Usage
=====
scrapy crawl [options] <spider|url> ...
crawl: error: no such option: -o
출력 옵션없이 명령을 실행하면 치료 튜토리얼을 따르기 만하면됩니다.
scrapy crawl openings
잘 작동하고 크롤링 출력을 볼 수 있지만 크롤링을 JSON으로 내보내려면 작동하지 않습니다.
이 문제에 대한 도움이나 언급이 광범위하게 웹을 검색했습니다.
어떤 자습서? – Johnsyweb