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

@@ -5,7 +5,7 @@ let switchers = {
"theme": ["auto", "light", "dark"],
"ytFormat": ["webm", "mp4"],
"quality": ["max", "hig", "mid", "low"],
"audioFormat": ["best", "mp3", "ogg", "opus"]
"audioFormat": ["best", "mp3", "ogg", "wav", "opus"]
}
let exceptions = { // fuck you apple
"ytFormat": "mp4",