Books To Scrape URL
##Screenshots
- books
- Scrapping Every book's page in the first page
- book's title
- book's price
- book's Image URL and download every image.
- Yield the URL for the Next Page
- Scrapping Every book's page
- use the command 'scrapy crawl books -o output.csv' to run the 'books' spider and output the data to output.csv
- Wait 2-3 minutes
- check the downloaded images in './books_crawler/imgs'