parent
ceec503ff8
commit
43d5cc1dbb
5 changed files with 66 additions and 15 deletions
|
@ -172,3 +172,15 @@ convertAdvancedFormats: [mp3, avi, flv, wav]
|
|||
|
||||
This will add new inputs on the download page
|
||||
that allow users to converted videos to other formats.
|
||||
|
||||
## Use other youtube-dl generic formats (e.g. `bestaudio`)
|
||||
|
||||
You can add new formats by using the `genericFormats` option,
|
||||
for example:
|
||||
|
||||
```yaml
|
||||
genericFormats:
|
||||
bestaudio: Best audio
|
||||
```
|
||||
|
||||
These will be available on every video page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue