Skip to content

Commit 6563f21

Browse files
committed
Update action.ts
1 parent b3429ae commit 6563f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const document = new dom.DOMParser().parseFromString(
1515
'text/html'
1616
)
1717

18-
console.log(document.body.innerHTML)
18+
console.log(document.body.querySelector('.section-container .section-content .article-list')?.innerHTML)
1919

2020
// https://feedback.minecraft.net/hc/en-us/sections/360002267532-Snapshot-Information-and-Changelogs
2121
// https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs

0 commit comments

Comments
 (0)