diff options
-rw-r--r-- | schema/schema.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/schema.go b/schema/schema.go index 4d46102..7ae0ac7 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -37,6 +37,7 @@ type YouTubeLink struct { type YouTubeEntry struct { XMLName xml.Name `xml:"entry"` Id string `xml:"id"` + Title string `xml:"group>title"` Pub string `xml:"published"` // RFC3339 PubTime time.Time Link YouTubeLink `xml:"group>content"` |