mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-02 21:11:14 +00:00
added support for vimeo and wav audio conversion
This commit is contained in:
@@ -19,4 +19,6 @@ export let testers = {
|
||||
|
||||
"tumblr": (patternMatch) => ((patternMatch["id"] && patternMatch["id"].length < 21) ||
|
||||
(patternMatch["id"] && patternMatch["id"].length < 21 && patternMatch["user"] && patternMatch["user"].length <= 32)),
|
||||
|
||||
"vimeo": (patternMatch) => ((patternMatch["id"] && patternMatch["id"].length <= 11)),
|
||||
};
|
||||
Reference in New Issue
Block a user