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 ed41c07 commit 997ec77Copy full SHA for 997ec77
src/action.ts
@@ -29,7 +29,7 @@ for (let page = pages; page > 2; page--) {
29
)
30
31
subPage.body.querySelectorAll('.section-container .section-content .article-list .article-list-item a').forEach((element) => {
32
- snapshots.push({url: element.getAttribute('href')!, title: element.innerHTML})
+ snapshots.push({url: element.getAttribute('href')!, title: element.innerHTML.replace(/Minecraft:? Java Edition -?/, '').trim()})
33
})
34
}
35
0 commit comments