From 364180427f2d69da9814e170e241715ed328ff40 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Wed, 1 Apr 2026 21:08:21 -0400 Subject: feed: update `youtubeUnmarshal` Set ShorMedia attribute on Entries. --- schema/schema.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'schema') diff --git a/schema/schema.go b/schema/schema.go index e2efade..969ad70 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -11,11 +11,12 @@ import ( // Generic entry. type Entry struct { - Id string - Title string - Desc string - PubTime time.Time - Link string + Id string + Title string + Desc string + PubTime time.Time + Link string + ShortMedia bool } // Represents a NPR media link. -- cgit v1.2.3