diff --git a/core/structs.go b/core/structs.go index 693fa0b..f4a6db8 100644 --- a/core/structs.go +++ b/core/structs.go @@ -80,7 +80,7 @@ func GofeedConvert(f *gofeed.Feed, title string) (*Feed, error) { } else if v.PublishedParsed != nil { item.Published = *v.PublishedParsed } - item.Link = f.FeedLink + item.Link = v.Link new.Items = append(new.Items, item) }