added support for vimeo and wav audio conversion

This commit is contained in:
wukko
2022-08-13 17:14:09 +06:00
parent 519c9eb782
commit 7ff5f56538
9 changed files with 61 additions and 6 deletions

View File

@@ -68,5 +68,9 @@
"douyin": {
"patterns": ["video/:postId", ":id"],
"enabled": true
},
"vimeo": {
"patterns": [":id"],
"enabled": true
}
}