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'),