rss
rss copied to clipboard
A Go library for fetching, parsing, and updating RSS feeds.
https://indieweb.org/payment#Implementations Would also parse atom:link (s) within items ``` Mark Pilgrim [email protected] https://mysite.com ``` ``` abc Iabc The story of abc ```
```golang package main import ( "github.com/SlyMarbo/rss" ) func main() { feed, err := rss.Fetch("http://www.ruanyifeng.com/blog/atom.xml") if err != nil { // handle error. } // ... Some time later ... err...
I would like to get the value of the field `` so ending up with the value `alt.binaries.teevee`. How do I do so? ```xml REMOVED API Details https://REMOVED.com/ en-gb [email protected]...
Please support parsing the [RSS Content Module](https://developer.mozilla.org/en-US/docs/Web/RSS/Article/Why_RSS_Content_Module_is_Popular_-_Including_HTML_Contents) as `item.Content` (and using "description" as `item.Summary`). Example RSS Feed: [The Points Guy RSS](http://thepointsguy.com/feed/)