fixed regex for some.pics

This commit is contained in:
dylan 2025-12-28 13:08:30 +00:00
parent 9cd5fe2592
commit 7631bab045

View file

@ -23,7 +23,7 @@ export const items = [
}, },
{ {
id: 'pics', id: 'pics',
regex: htmlLinkRegex('dylan.some.pics'), regex: htmlLinkRegex('some.pics'),
getLatest: async () => getLatest: async () =>
getRSSItemTitle('https://dylan.some.pics/rss'), getRSSItemTitle('https://dylan.some.pics/rss'),
}, },