streamdata: mirror field

For tracking YouTube uploads.

Signed-off-by: Yonah <contrib@gensokyo.uk>
This commit is contained in:
2026-03-20 02:12:03 +09:00
parent 0e534c06fe
commit 15222cbc25

View File

@@ -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].