From 05dc008c4ee5401e4f5bbd00e5b89605170c11bb Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 25 Dec 2025 20:09:45 +0000 Subject: [PATCH] added lastfm item to fetch RSS feed title --- config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.js b/config.js index b1df237..7413536 100644 --- a/config.js +++ b/config.js @@ -26,6 +26,11 @@ export const items = [ getLatest: async () => getRSSItemTitle('https://dylan.some.pics/rss'), }, + { + id: 'lastfm', + regex: htmlLinkRegex('www.last.fm/user/lookathimthere'), + getLatest: async () => getRSSItemTitle('https://lfm.xiffy.nl/lookathimthere'), + }, { id: 'letterboxd', regex: htmlLinkRegex('letterboxd.com/STFUDonny'),