added mastodon item to fetch RSS feed title
This commit is contained in:
parent
7f21548d05
commit
9aa7b714aa
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ export const items = [
|
||||||
regex: htmlLinkRegex('www.last.fm/user/lookathimthere'),
|
regex: htmlLinkRegex('www.last.fm/user/lookathimthere'),
|
||||||
getLatest: async () => getRSSItemTitle('https://lfm.xiffy.nl/lookathimthere'),
|
getLatest: async () => getRSSItemTitle('https://lfm.xiffy.nl/lookathimthere'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'mastodon',
|
||||||
|
regex: htmlLinkRegex('social.lol/@dylan'),
|
||||||
|
getLatest: async () => getRSSItemTitle('https://social.lol/@dylan.rss'),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'letterboxd',
|
id: 'letterboxd',
|
||||||
regex: htmlLinkRegex('letterboxd.com/STFUDonny'),
|
regex: htmlLinkRegex('letterboxd.com/STFUDonny'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue