chore: oku cleanup
This commit is contained in:
parent
95581a079c
commit
316cd9e83d
3 changed files with 1 additions and 3 deletions
|
@ -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: [] }
|
||||
|
|
Reference in a new issue