updated last.fm regex to point to the correct music URL

This commit is contained in:
dylan 2025-12-28 13:00:14 +00:00
parent 37a1fafcf4
commit 9cd5fe2592

View file

@ -29,7 +29,7 @@ export const items = [
},
{
id: 'lastfm',
regex: htmlLinkRegex('www.last.fm/user/lookathimthere'),
regex: htmlLinkRegex('www.last.fm/music'),
getLatest: async () =>
getRSSItemTitle('https://lfm.xiffy.nl/lookathimthere'),
},