This commit is contained in:
parent
fc747ddfbb
commit
94c4f7d910
@ -29,7 +29,7 @@ for (let i = 0; i <= MAX_VOLUME; i++) {
|
|||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
while (true) {
|
while (true) {
|
||||||
const response = await fetch(`https://www.jeunesecrivains.com/t53075p${page * 15}-the-wandering-inn-fan-traduction-fantastique-aventure`)
|
const response = await fetch(`https://www.jeunesecrivains.com/t53075p${page++ * 15}-the-wandering-inn-fan-traduction-fantastique-aventure`)
|
||||||
const responseHtml = await response.text()
|
const responseHtml = await response.text()
|
||||||
const html = cheerio.load(responseHtml)
|
const html = cheerio.load(responseHtml)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user