updated last.fm regex to point to the correct music URL
This commit is contained in:
parent
37a1fafcf4
commit
9cd5fe2592
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue