added lastfm item to fetch RSS feed title

This commit is contained in:
dylan 2025-12-25 20:09:45 +00:00
parent 389d1ab1c2
commit 05dc008c4e

View file

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