mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/service-patterns: recognize older streamable links (#862)
This commit is contained in:
parent
c463e3eabb
commit
b22d0efbf1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export const testers = {
|
||||||
|| pattern.shortLink?.length <= 16,
|
|| pattern.shortLink?.length <= 16,
|
||||||
|
|
||||||
"streamable": pattern =>
|
"streamable": pattern =>
|
||||||
pattern.id?.length === 6,
|
pattern.id?.length <= 6,
|
||||||
|
|
||||||
"tiktok": pattern =>
|
"tiktok": pattern =>
|
||||||
pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,
|
pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,
|
||||||
|
|
Loading…
Reference in a new issue