From: qydysky Date: Wed, 28 Jun 2023 06:29:37 +0000 (+0800) Subject: Improve 兼容旧录播格式 X-Git-Tag: v0.10.0~10 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=30a866c4deb704d3d44123c56c6df03fa7049130;p=bili_danmu%2F.git Improve 兼容旧录播格式 --- diff --git a/Reply/F.go b/Reply/F.go index 20b979c..d49c06d 100644 --- a/Reply/F.go +++ b/Reply/F.go @@ -1306,7 +1306,6 @@ func init() { return } else { filePath.StartT = strings.ReplaceAll(filePath.StartT, "_", ":") - filePath.StartT = strings.ReplaceAll(filePath.StartT, "-", " ") filePaths = append(filePaths, filePath) } }