Items are not getting crawled

C:\Users\hp\Data Science\Data Acquisition-Web Scraping\Using Scrapy\myproject>scrapy crawl quotes_spider

2020-05-11 22:35:06 [scrapy.core.engine] INFO: Spider opened
2020-05-11 22:35:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2020-05-11 22:35:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2020-05-11 22:35:06 [scrapy.core.engine] INFO: Closing spider (finished)
2020-05-11 22:35:06 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{‘elapsed_time_seconds’: 0.069781,
‘finish_reason’: ‘finished’,
‘finish_time’: datetime.datetime(2020, 5, 11, 17, 5, 6, 944938),
‘log_count/INFO’: 10,
‘start_time’: datetime.datetime(2020, 5, 11, 17, 5, 6, 875157)}
2020-05-11 22:35:06 [scrapy.core.engine] INFO: Spider closed (finished)

C:\Users\hp\Data Science\Data Acquisition-Web Scraping\Using Scrapy\myproject>

Hi @sagartiwari1711 ,
Request you to share the code through the Coding Blocks IDE (cb.lk/ide). It would be a lot easier for me to help you if you could share your code through the mentioned platform.
Just paste the code at cb.lk/ide, save it, and share the generated URL.
You can also share the .py file directly through drive.

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.