You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The page we're going to scrape is http://books.toscrape.com/. It is a website bu
70
70
The following screenshot shows what the main page of the website looks like. You can see it contains books, their titles, prices, ratings, availability information, and a list of genres in the sidebar.
71
71
72
72
<palign="center">
73
-
<img src="https://imgur.com/PpBLVNt.gif" alt="books.toscrape.com Main window">
73
+
<img src="https://i.imgur.com/ovjMkS6.png" alt="books.toscrape.com Main window">
74
74
</p>
75
75
76
76
When you select a specific book, you're taken to a page with even more information, such as its description, how many are in stock, the number of reviews, etc.