mirror of
https://codeberg.org/librarian/feeds
synced 2024-12-06 19:16:24 +01:00
support added for Source field in RSS
This commit is contained in:
committed by
Kamil Kisiel
parent
441264de03
commit
3dbbcacc14
@@ -17,6 +17,7 @@ type Author struct {
|
||||
type Item struct {
|
||||
Title string
|
||||
Link *Link
|
||||
Source *Link
|
||||
Author *Author
|
||||
Description string // used as description in rss, summary in atom
|
||||
Id string // used as guid in rss, id in atom
|
||||
|
||||
Reference in New Issue
Block a user