This commit is contained in:
parent
0de7cdda57
commit
38f54fcd5d
@ -39,7 +39,6 @@ for (let i = 1; i <= MAX_VOLUME; i++) {
|
|||||||
const html = cheerio.load(responseHtml)
|
const html = cheerio.load(responseHtml)
|
||||||
|
|
||||||
const postBody = html('div.postbody')
|
const postBody = html('div.postbody')
|
||||||
|
|
||||||
if (postBody.html() === null) break
|
if (postBody.html() === null) break
|
||||||
|
|
||||||
postBody.each((i, el) => {
|
postBody.each((i, el) => {
|
||||||
|
Reference in New Issue
Block a user