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 8af51dd commit ed41c07Copy full SHA for ed41c07
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.split(' - ')[1].trim()})
+ snapshots.push({url: element.getAttribute('href')!, title: element.innerHTML})
33
})
34
}
35
0 commit comments