Spaces:
Running
Running
NekonekoID
commited on
Update index.js
Browse files
index.js
CHANGED
@@ -253,7 +253,9 @@ async function scrapeAnimeInfo() {
|
|
253 |
const url = 'https://154.26.137.28/rilisan-anime-terbaru/';
|
254 |
|
255 |
await page.goto(url);
|
256 |
-
await page.
|
|
|
|
|
257 |
|
258 |
const articlesInfo = await page.$$eval('.postbody .is-anime', articles => {
|
259 |
return articles.map(article => {
|
|
|
253 |
const url = 'https://154.26.137.28/rilisan-anime-terbaru/';
|
254 |
|
255 |
await page.goto(url);
|
256 |
+
const pageContent = await page.content();
|
257 |
+
console.log(pageContent);
|
258 |
+
|
259 |
|
260 |
const articlesInfo = await page.$$eval('.postbody .is-anime', articles => {
|
261 |
return articles.map(article => {
|