From da727c2555efd1564307375923c26863ab089986 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 9 Apr 2023 10:32:11 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E4=BF=9D=E5=AD=98=E8=B7=AF=E5=BE=84?= =?utf8?q?=E5=8E=BB=E9=99=A4/?= 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 8172e93..e695e6b 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -560,7 +560,7 @@ func (t *M4SStream) getSavepath() { 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