From 48f264397d01118d3ccd2fc5d86d96d7b7c68562 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Mon, 13 Feb 2023 00:23:58 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E5=BD=95=E6=92=AD=E7=9B=AE=E5=BD=95?= =?utf8?q?=E6=B7=BB=E5=8A=A0=E7=94=BB=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/stream.go | 1 + 1 file changed, 1 insertion(+) diff --git a/Reply/stream.go b/Reply/stream.go index ef18116..8fa3e1b 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -514,6 +514,7 @@ func (t *M4SStream) saveStream() (e error) { time.Now().Format("2006_01_02-15_04_05") + "-" + strconv.Itoa(t.common.Roomid) + "-" + strings.NewReplacer("\\", "", "\\/", "", ":", "", "*", "", "?", "", "\"", "", "<", "", ">", "", "|", "").Replace(t.common.Title) + "-" + + t.common.Qn[t.common.Live_qn] + "-" + pstring.Rand(2, 3) + `/` -- 2.39.2