File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
backend/src/module/parser/analyser Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 77
88EPISODE_RE = re .compile (r"\d+" )
99TITLE_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+)(.*)"
1111)
1212RESOLUTION_RE = re .compile (r"1080|720|2160|4K" )
1313SOURCE_RE = re .compile (r"B-Global|[Bb]aha|[Bb]ilibili|AT-X|Web" )
@@ -187,3 +187,5 @@ def raw_parser(raw: str) -> Episode | None:
187187 print (raw_parser (title ))
188188 title = "[北宇治字幕组&LoliHouse] 地。-关于地球的运动- / Chi. Chikyuu no Undou ni Tsuite 03 [WebRip 1080p HEVC-10bit AAC ASSx2][简繁日内封字幕]"
189189 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