From 15222cbc25533e6bef5d88289c81696cb5b44e9b Mon Sep 17 00:00:00 2001 From: Yonah Date: Fri, 20 Mar 2026 02:12:03 +0900 Subject: [PATCH] streamdata: mirror field For tracking YouTube uploads. Signed-off-by: Yonah --- streamdata.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streamdata.go b/streamdata.go index 82b98a6..3157887 100644 --- a/streamdata.go +++ b/streamdata.go @@ -130,6 +130,8 @@ type VOD struct { Date time.Time `json:"date"` // Free-form category string. Category string `json:"category,omitempty"` + // A mirror site the asset is uploaded to, usually YouTube. + Mirror string `json:"mirror,omitempty"` } // ChannelMismatchError describes a mismatching [Ident.Channel] passed to [Channel.Add].