added mastodon item to fetch RSS feed title

This commit is contained in:
dylan 2025-12-25 20:33:40 +00:00
parent 7f21548d05
commit 9aa7b714aa

View file

@ -30,6 +30,11 @@ export const items = [
id: 'lastfm', id: 'lastfm',
regex: htmlLinkRegex('www.last.fm/user/lookathimthere'), regex: htmlLinkRegex('www.last.fm/user/lookathimthere'),
getLatest: async () => getRSSItemTitle('https://lfm.xiffy.nl/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', id: 'letterboxd',