From 9aa7b714aa5e7fd25fb9d069f032cbe562bed475 Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 25 Dec 2025 20:33:40 +0000 Subject: [PATCH] added mastodon item to fetch RSS feed title --- config.js | 5 +++++ 1 file changed, 5 insertions(+) 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'),