xml
This commit is contained in:
parent
89951415c2
commit
3172e4a941
@ -7,7 +7,9 @@ function makeRss(items, feed_link, name, description, link){
|
||||
feed_url: feed_link,
|
||||
description: description ? description : "Anime site.",
|
||||
managingEditor: "gor@lyricaltokarev.com (Gor Down)"
|
||||
}, items)
|
||||
}, items).xml({
|
||||
indent: true
|
||||
})
|
||||
}
|
||||
|
||||
module.exports = makeRss
|
Loading…
Reference in New Issue
Block a user