We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3429ae commit 6563f21Copy full SHA for 6563f21
src/action.ts
@@ -15,7 +15,7 @@ const document = new dom.DOMParser().parseFromString(
15
'text/html'
16
)
17
18
-console.log(document.body.innerHTML)
+console.log(document.body.querySelector('.section-container .section-content .article-list')?.innerHTML)
19
20
// https://feedback.minecraft.net/hc/en-us/sections/360002267532-Snapshot-Information-and-Changelogs
21
// https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs
0 commit comments