We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b055c commit d4082adCopy full SHA for d4082ad
bookScraper/bookScraper.js
@@ -31,7 +31,7 @@ async function getBooks(url) {
31
book_data.push({ title, price, stock });
32
});
33
34
- // this is where the next page url comes in to effect
+ // this is where pagination happens
35
if ($(".next a").length > 0) {
36
next_page = baseUrl + $(".next a").attr("href");
37
0 commit comments