Skip to content

Commit 9a868ba

Browse files
committed
fix(bilibili): bvid parse regex
1 parent e544cd3 commit 9a868ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/bilibili/plugins/parse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def parse_aid(aid: str = RegexStr(1)):
2828
).send()
2929

3030

31-
@on_regex(r"BV1[1-9a-km-np-zA-HJ-NP-Z]{9}", rule=to_me()).handle()
31+
@on_regex(r"BV1[1-9a-km-zA-HJ-NP-Z]{9}", rule=to_me()).handle()
3232
async def _(bvid: str = RegexStr()):
3333
await parse_aid(bv2av(bvid))
3434

0 commit comments

Comments
 (0)