pinterest: pin.it support & fix parsing
This commit is contained in:
@@ -10,7 +10,7 @@ export const testers = {
|
||||
patternMatch.id?.length <= 16,
|
||||
|
||||
"pinterest": (patternMatch) =>
|
||||
patternMatch.id?.length <= 128,
|
||||
patternMatch.id?.length <= 128 || patternMatch.shortLink?.length <= 32,
|
||||
|
||||
"reddit": (patternMatch) =>
|
||||
patternMatch.sub?.length <= 22 && patternMatch.id?.length <= 10,
|
||||
|
||||
Reference in New Issue
Block a user