chore: oku cleanup

This commit is contained in:
Cory Dransfeldt 2023-07-07 13:39:02 -07:00
parent 95581a079c
commit 316cd9e83d
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@ module.exports = async function () {
feed.addSource('atom', '📝', 'https://coryd.dev/feed.xml')
feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml')
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
feed.addSource('rss', '📖', 'https://oku.club/rss/collection/NvEmF')
feed.addSource('rss', '📖', 'https://coryd.dev/books.xml')
const entries = feed.getEntries().catch()
const res = await entries
const activity = { posts: [] }