1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Refactor RSS Parser to use an adapter

This commit is contained in:
Frédéric Guillot 2024-03-13 21:06:28 -07:00
parent 66b8483791
commit 648b9a8f6f
11 changed files with 497 additions and 364 deletions

View file

@ -91,7 +91,7 @@ type atom10Entry struct {
Content atom10Text `xml:"http://www.w3.org/2005/Atom content"`
Authors atomAuthors `xml:"author"`
Categories []atom10Category `xml:"category"`
media.Element
media.MediaItemElement
}
func (a *atom10Entry) Transform() *model.Entry {