Hi , My spider is working but it is not scraping any data .
I am running the command Scrapy crawl quotes_spider from the command line. It runs but says 0 pages scraped .
Here is the quotes_spider.py file
Hi , My spider is working but it is not scraping any data .
I am running the command Scrapy crawl quotes_spider from the command line. It runs but says 0 pages scraped .
Here is the quotes_spider.py file
Hey @rijulsingh1
The name of the first function should be start_requests(). Notice the typo.
Correct it and your spider will work fine.
Hope this helps!
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.