fixed regex for some.pics
This commit is contained in:
parent
9cd5fe2592
commit
7631bab045
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue