diff --git a/src/parser/rss.go b/src/parser/rss.go index 9eedfc1..bd8ca37 100644 --- a/src/parser/rss.go +++ b/src/parser/rss.go @@ -22,7 +22,7 @@ type rssFeed struct { type rssItem struct { GUID string `xml:"guid"` Title string `xml:"title"` - Link string `xml:"link"` + Link string `xml:"rss link"` Description string `xml:"rss description"` PubDate string `xml:"pubDate"` Enclosures []rssEnclosure `xml:"enclosure"`