Changed guid format. Now it made of category and date.

This commit is contained in:
Alexander Andreev 2022-01-21 20:59:18 +04:00
parent a1902abbd4
commit 176d206ab1
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ rss(version='2.0')
item
title= item.title
category= item.category
guid!= rssLink(schemahost, item.date, item.category.toLowerCase())
guid!= `${item.category.toLowerCase()}-${date_id(item.date, "UTC")}`
pubDate= item.date
link!= rssLink(schemahost, item.date, item.category.toLowerCase())
author!= author