pinterest: pin.it support & fix parsing

This commit is contained in:
wukko
2024-01-17 15:05:39 +06:00
parent 8c868c4385
commit 9aabb4d738
6 changed files with 39 additions and 24 deletions

View File

@@ -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,