From d69d36b8673144c07df2cd98b00cb21a2d7761cb Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Sun, 15 May 2022 15:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BA=86=E5=AD=97=E5=B9=95?= =?UTF-8?q?=E7=BB=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rename_qb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rename_qb.py b/rename_qb.py index 1568fac1..3bba9bcf 100644 --- a/rename_qb.py +++ b/rename_qb.py @@ -46,7 +46,7 @@ class Qbtorrent_Rename: for rule in episode_rules: matchObj = re.match(rule, file_name, re.I) if matchObj is not None: - self.new_name = f'{matchObj.group(1)}{matchObj.group(2)} {matchObj.group(3)}' + self.new_name = f'{matchObj.group(1)} E{matchObj.group(2)} {matchObj.group(3)}' def qb_rename(self, idx): self.rename(idx)