From 7631bab045aee5aef458b9774a6140ce1fdd44f2 Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 28 Dec 2025 13:08:30 +0000 Subject: [PATCH] fixed regex for some.pics --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 5d2d1be..d5cd3f3 100644 --- a/config.js +++ b/config.js @@ -23,7 +23,7 @@ export const items = [ }, { id: 'pics', - regex: htmlLinkRegex('dylan.some.pics'), + regex: htmlLinkRegex('some.pics'), getLatest: async () => getRSSItemTitle('https://dylan.some.pics/rss'), },