mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 18:11:03 +08:00
去掉了字幕组信息
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user