mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 12:31:15 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user