feat: add dailymotion support

closes #343
This commit is contained in:
dumbmoron
2024-02-21 00:50:48 +00:00
parent 77df90412b
commit a97733d257
8 changed files with 150 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ export const testers = {
patternMatch.comId?.length <= 12 || patternMatch.comShortLink?.length <= 16
|| patternMatch.tvId?.length <= 24,
"dailymotion": (patternMatch) => patternMatch.id?.length <= 32,
"instagram": (patternMatch) =>
patternMatch.postId?.length <= 12
|| (patternMatch.username?.length <= 30 && patternMatch.storyId?.length <= 24),