From fa1eba8e49707ca18fc83cdef6aa5813d85498a2 Mon Sep 17 00:00:00 2001 From: ayxan Date: Thu, 8 Sep 2022 04:03:18 +0400 Subject: [PATCH] Updated --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 866cc0c..eb383b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ .venv cars.jl +cars.csv \ No newline at end of file diff --git a/README.md b/README.md index 96c53fc..8bd87cd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ pip install scrapy
## Run cd src/
-scrapy crawl turbo.az -O cars.jl
+scrapy crawl turbo.az -O cars.csv -t csv
**or**
-scrapy crawl turbo.az -O cars.jl -a first_page=3 -a last_page=10
+scrapy crawl turbo.az -O cars.csv -t csv -a first_page=3 -a last_page=10
*Default: first_page=1, last_page=2* \ No newline at end of file