From 9cd5fe25927469e2912470020d601c2c86872612 Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 28 Dec 2025 13:00:14 +0000 Subject: [PATCH] updated last.fm regex to point to the correct music URL --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 0367afe..5d2d1be 100644 --- a/config.js +++ b/config.js @@ -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'), },