gofeed icon indicating copy to clipboard operation
gofeed copied to clipboard

Parse RSS, Atom and JSON feeds in Go

Results 60 gofeed issues
Sort by recently updated
recently updated
newest added

### Expected behavior Getting the Etag and Last-Modified header values on the Feed object ### Actual behavior These values are not inspected for or provided

### Expected behavior Parsing https://www.reddit.com/r/games/.rss should work with an appropriate delay in making requests (Reddit asks for 2 seconds between bot requests). To further describe the issue, this could be...

Would [ActivityStreams](http://activitystrea.ms/) support be considered? It's the basis for [ActivityPub](http://activitypub.rocks/), which the [Mastodon](https://joinmastodon.org/) network is built on. (Sorry, I originally posted this on #80 and realized it should probably be...

### Expected behavior If the connection to the given url is hanging, the httpClient should timeout. Ideally the desired timeout could be an argument with a reasonable default ### Actual...

Hi, i'm trying to parse this feed https://ctftime.org/event/list/upcoming/rss/ As you can see each item has tags like `weight` but i can't find a way to parse them, looking at the...