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 build on go 1.18 ### Actual behavior `go mod tidy` failed package need upgrade for go 1.18 building go: upgraded github.com/json-iterator/go v1.1.10 => v1.1.12 go: upgraded github.com/modern-go/reflect2...

I wanted to be able to add different headers for different targets such as: "If-None-Match" .. So I did the below, take or leave as ye wish, Side notes: go...

### Expected behavior ### No error but failed to get some content ### Steps to reproduce the behavior Note: Please include any links to problem feeds, or the feed content...

### Expected behavior Correctly parse feed ### Actual behavior A memory fault occurs (1 in 2 times). Here's part of the panic: ``` goroutine 42 [running]: runtime.throw(0x93c18a, 0x5) /usr/lib/go/src/runtime/panic.go:1116 +0x72...

pubDate tag is not being parsed

As needed per #151, I added parsing of atom tags in RSS. This adds a mechanism to add a parser for certain extension namespaces. This is now only implemented for...

### Expected behavior RSS feed parsed correctly ### Actual behavior gofeed cannot parse RSS feed, with the following error: ``` XML syntax error on line 34: illegal character code U+0008...

bug

Hello, could you please look into it why this feed is considered invalid / unparsable ? http://www.dailytelegraph.com.au/feed/

gofeed cannot detect the feed type on feed https://www.derstandard.at/rss/web ### Expected behavior Return a valid parsed feed, without error. ### Actual behavior Parsing the feed results in "Failed to detect...