miniflux-v2/internal/reader/rss
jvoisin a074773e6c Use an io.ReadSeeker instead of an io.Reader to parse feeds
This will allow to make use of func (*Reader) Seek, instead of re-recreating a
new reader. It's a large commit for a small change, but anything to simply the
reader/buffer/ReadAll/… mess is a step in the right direction I think, and it
should enable more follow-up simplifications.
2024-03-06 20:13:39 -08:00
..
feedburner.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
parser.go Use an io.ReadSeeker instead of an io.Reader to parse feeds 2024-03-06 20:13:39 -08:00
parser_test.go Use an io.ReadSeeker instead of an io.Reader to parse feeds 2024-03-06 20:13:39 -08:00
podcast.go Take RSS TTL field into consideration to schedule next check date 2023-10-20 20:11:05 -07:00
rss.go Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00