nullptrmachine
Results
3
comments of
nullptrmachine
anything new ?
sometimes it does actually work but rarely, i think it can be fixed
``` listVideo = await page.evaluate(() => { var pageJSON = document.querySelector('#SIGI_STATE') var parsedJSON = JSON.parse(pageJSON.innerHTML) const listVideo = parsedJSON.ItemList['user-post'].list return listVideo.map(function (i) { return window.location.href + '/video/' + i })...