Scrape a book store challenge

I can’t figure out what is wrong with my csv file. I am getting only 1%.
Here is my csv file: https://drive.google.com/file/d/1Pg4cYax8R9ZQBprwHpbgA7n3-LVxypzV/view
And here is my code: https://ide.codingblocks.com/s/157382

Hey,
there is no problem in the code,
But while generating the csv your sequence is not correct.
One more thing, instead of calculating 50 urls, you should use recursive crawler.
Refer to this code for help https://ide.codingblocks.com/s/157809

Ok I will try using recursive crawler.
But, what I don’t understand is why the sequence is messed up.
Thanks in advance

Recursive crawler worked. But i am only getting 98% correct.
Updated Code: https://ide.codingblocks.com/s/157961

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.