parser fixes

This commit is contained in:
Nazar Kanaev
2021-03-26 16:52:33 +00:00
parent cc51fe01c2
commit fafa6286d4
5 changed files with 39 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ type atomEntry struct {
Published string `xml:"published"`
Updated string `xml:"updated"`
Links atomLinks `xml:"link"`
Content atomText `xml:"content"`
Content atomText `xml:"http://www.w3.org/2005/Atom content"`
media
}