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 929abac commit 2743161Copy full SHA for 2743161
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.replace(/Minecraft:? Java( Edition)? -?/, '')})
+ snapshots.push({url: element.getAttribute('href')!, title: element.innerHTML.replace(/Minecraft:? Java( Edition)?( -)?( Snapshot )?/, '')})
33
})
34
}
35
0 commit comments