Tumblr support, proper xml parsing
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user