Getting 98% accuracy

sir this is my code link-https://ide.codingblocks.com/s/289087
Why i am getting 98% accuracy

this is scraaping a book store problem

hey @pandeyaman461 ,
your code is absolutely correct ,
just the thing is, while reading something using scrapy from a website , it kinds of process string values used as indicators to other media files.
so as you see , when you are extracting img src , there are some images that are being read with ‘…/’ in tarting and some are not.
That’s the only reason you are 98%.

There is not problem in your code , its just the working of scrapy that makes this.
If you try with beautiful soup , you can get 100%.

I hope this would have helped you.
Thank You :slightly_smiling_face:.