We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c36d8 commit eed511dCopy full SHA for eed511d
1 file changed
Info.go
@@ -791,6 +791,7 @@ func (di *DownloadInfo) GetVideoInfo() bool {
791
}
792
793
if !di.InProgress {
794
+ LogGeneral("Stream started at time %s", pmfr.LiveBroadcastDetails.StartTimestamp)
795
di.FormatInfo.SetInfo(pr)
796
di.Metadata.SetInfo(di.FormatInfo)
797
if len(pmfr.Thumbnail.Thumbnails) > 0 {
0 commit comments