From 2c00caf94bd002a902769cf7f711ba469d719e04 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 28 Nov 2021 20:19:53 -0500 Subject: schema: update YouTubeEntry Add 'Title'. --- schema/schema.go | 1 + 1 file changed, 1 insertion(+) (limited to 'schema') 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"` -- cgit v1.2.3