Spaces:
Running
Running
Commit
·
888a76e
1
Parent(s):
9d70957
removed comment
Browse files
index.js
CHANGED
@@ -49,7 +49,6 @@ const getData = async (url) => {
|
|
49 |
await page.goto(url, {
|
50 |
waitUntil: "domcontentloaded",
|
51 |
});
|
52 |
-
// console.log(await page.content());
|
53 |
|
54 |
const title = await page.evaluate(() => {
|
55 |
const elem = document.querySelector("span.B_NuCI");
|
|
|
49 |
await page.goto(url, {
|
50 |
waitUntil: "domcontentloaded",
|
51 |
});
|
|
|
52 |
|
53 |
const title = await page.evaluate(() => {
|
54 |
const elem = document.querySelector("span.B_NuCI");
|