File tree 1 file changed +3
-1
lines changed
backend/src/module/parser/analyser
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
EPISODE_RE = re .compile (r"\d+" )
9
9
TITLE_RE = re .compile (
10
- r"(.*?|\[.*])((?: -)? \d+ |\[\d+]|\[\d+.?[vV]\d]|第\d+[话話集]|\[第?\d+[话話集]]|\[\d+.?END]|[Ee][Pp]?\d+)(.*)"
10
+ r"(.*?|\[.*])((?: ? -)? ? \d+ |\[\d+]|\[\d+.?[vV]\d]|第\d+[话話集]|\[第?\d+[话話集]]|\[\d+.?END]|[Ee][Pp]?\d+)(.*)"
11
11
)
12
12
RESOLUTION_RE = re .compile (r"1080|720|2160|4K" )
13
13
SOURCE_RE = re .compile (r"B-Global|[Bb]aha|[Bb]ilibili|AT-X|Web" )
@@ -187,3 +187,5 @@ def raw_parser(raw: str) -> Episode | None:
187
187
print (raw_parser (title ))
188
188
title = "[北宇治字幕组&LoliHouse] 地。-关于地球的运动- / Chi. Chikyuu no Undou ni Tsuite 03 [WebRip 1080p HEVC-10bit AAC ASSx2][简繁日内封字幕]"
189
189
print (raw_parser (title ))
190
+ title = "[御坂字幕组] 男女之间存在纯友情吗?(不,不存在!!)-01 [WebRip 1080p HEVC10-bit AAC] [简繁日内封] [急招翻校轴]"
191
+ print (raw_parser (title ))
You can’t perform that action at this time.
0 commit comments