added lastfm item to fetch RSS feed title
This commit is contained in:
parent
389d1ab1c2
commit
05dc008c4e
1 changed files with 5 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue