Tumblr support, proper xml parsing

This commit is contained in:
2023-08-05 14:38:05 -04:00
parent c0e45d3d30
commit aacf2483dd
5 changed files with 210 additions and 51 deletions

View File

@@ -104,9 +104,23 @@ const sources = {
]
}
const endPage = `
<html>
<body>
<center>
<img src="end.jpg">
<h4>You have reached the end</h4>
<hr>
</center>
</body>
</html>`
module.exports = {
feeds,
sources,
pageSize,
courtesyWait
courtesyWait,
endPage
}