chore: feed updates

This commit is contained in:
Cory Dransfeldt 2023-09-19 10:55:36 -07:00
parent 60f9da0eaa
commit d2366ff3d9
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ module.exports = async function () {
const feed = new ActivityFeed()
feed.addSource('atom', '📝', 'https://coryd.dev/feeds/posts')
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
feed.addSource('atom', '🔗', 'https://coryd.dev/feeds/links')
feed.addSource('atom', '📖', 'https://coryd.dev/feeds/books')
const entries = feed.getEntries().catch()
const res = await entries