Changed guid format. Now it made of category and date.
This commit is contained in:
parent
a1902abbd4
commit
176d206ab1
@ -11,7 +11,7 @@ rss(version='2.0')
|
|||||||
item
|
item
|
||||||
title= item.title
|
title= item.title
|
||||||
category= item.category
|
category= item.category
|
||||||
guid!= rssLink(schemahost, item.date, item.category.toLowerCase())
|
guid!= `${item.category.toLowerCase()}-${date_id(item.date, "UTC")}`
|
||||||
pubDate= item.date
|
pubDate= item.date
|
||||||
link!= rssLink(schemahost, item.date, item.category.toLowerCase())
|
link!= rssLink(schemahost, item.date, item.category.toLowerCase())
|
||||||
author!= author
|
author!= author
|
||||||
|
Loading…
Reference in New Issue
Block a user