diff --git a/config.js b/config.js index 7413536..95a0b0c 100644 --- a/config.js +++ b/config.js @@ -31,6 +31,11 @@ export const items = [ regex: htmlLinkRegex('www.last.fm/user/lookathimthere'), getLatest: async () => getRSSItemTitle('https://lfm.xiffy.nl/lookathimthere'), }, + { + id: 'mastodon', + regex: htmlLinkRegex('social.lol/@dylan'), + getLatest: async () => getRSSItemTitle('https://social.lol/@dylan.rss'), + }, { id: 'letterboxd', regex: htmlLinkRegex('letterboxd.com/STFUDonny'),