mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
parent
90f82ae36e
commit
58246dfcdb
@ -16,7 +16,7 @@ export const testers = {
|
||||
patternMatch.id?.length === 32,
|
||||
|
||||
"soundcloud": (patternMatch) =>
|
||||
(patternMatch.author?.length <= 25 && patternMatch.song?.length <= 255)
|
||||
(patternMatch.author?.length <= 128 && patternMatch.song?.length <= 255)
|
||||
|| patternMatch.shortLink?.length <= 32,
|
||||
|
||||
"streamable": (patternMatch) =>
|
||||
|
Loading…
Reference in New Issue
Block a user