From b8dfc3b49fa2c720adea1d440e43908aad20f227 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 26 Mar 2023 16:24:37 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E7=A7=BB=E9=99=A4#=E4=BB=A5=E9=81=BF?= =?utf8?q?=E5=85=8D=E6=97=A0=E6=B3=95=E5=9B=9E=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/stream.go b/Reply/stream.go index d61df9d..c6ec57c 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -562,7 +562,7 @@ func (t *M4SStream) saveStream() (e error) { t.Current_save_path = t.config.save_path + "/" + time.Now().Format("2006_01_02-15_04_05") + "-" + strconv.Itoa(t.common.Roomid) + "-" + - strings.NewReplacer("\\", "", "\\/", "", ":", "", "*", "", "?", "", "\"", "", "<", "", ">", "", "|", "").Replace(t.common.Title) + "-" + + strings.NewReplacer("\\", "", "\\/", "", ":", "", "*", "", "?", "", "\"", "", "<", "", ">", "", "|", "", "#", "").Replace(t.common.Title) + "-" + t.common.Qn[t.common.Live_qn] + "-" + pstring.Rand(2, 3) + `/` -- 2.39.2