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
|
|
@ -25,6 +25,11 @@ export const items = [
|
||||||
regex: htmlLinkRegex('dylan.some.pics'),
|
regex: htmlLinkRegex('dylan.some.pics'),
|
||||||
getLatest: async () =>
|
getLatest: async () =>
|
||||||
getRSSItemTitle('https://dylan.some.pics/rss'),
|
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',
|
id: 'letterboxd',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue