| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-10 | 614 Bytes | |
| v1.4.1 source code.tar.gz | 2026-08-10 | 149.4 kB | |
| v1.4.1 source code.zip | 2026-08-10 | 542.9 kB | |
| Totals: 3 Items | 692.9 kB | 0 | |
This patch fixes namespace handling for Atom links embedded in RSS feeds. Atom self and WebSub hub links are now preserved in Feed.Extensions["atom"]["link"] even when a feed uses a local default namespace or a different prefix.
It also makes prefixed Atom and RDF documents parse consistently, preserves compatibility with commonly seen content:encoded namespace variants, and updates golang.org/x/net to v0.57.0.
Changes
- Fix namespace-aware Atom extension parsing. (#339)
- Update
golang.org/x/netto v0.57.0. (#336)
Full changelog: https://github.com/mmcdole/gofeed/compare/v1.4.0...v1.4.1