bilibili: add support for b23.tv links

resolves #320
This commit is contained in:
dumbmoron
2024-02-15 01:42:15 +00:00
parent d70754238e
commit 6e1eddad82
6 changed files with 38 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
export const testers = {
"bilibili": (patternMatch) =>
patternMatch.id?.length <= 12,
patternMatch.id?.length <= 12 || patternMatch.shortLink?.length <= 16,
"instagram": (patternMatch) =>
patternMatch.postId?.length <= 12