api: remove support for vine cuz the archive is dead

masterful gambit elon musk
This commit is contained in:
wukko
2024-11-15 18:29:21 +06:00
parent f7dc6cebad
commit 3de3e9e158
7 changed files with 0 additions and 64 deletions

View File

@@ -55,9 +55,6 @@ export const testers = {
pattern.id?.length <= 11
&& (!pattern.password || pattern.password.length < 16),
"vine": pattern =>
pattern.id?.length <= 12,
"vk": pattern =>
pattern.userId?.length <= 10 && pattern.videoId?.length <= 10,