fix(config): simplify genericFormats
options in example config
Consolidated `genericFormats` in the example configuration to use individual best and worst video options instead of combined options. This simplifies the configuration and aligns with common usage scenarios. No functional impact expected.
This commit is contained in:
parent
0bd0f8f156
commit
8d1bd4d678
1 changed files with 2 additions and 3 deletions
|
@ -51,9 +51,8 @@ appName: AllTube Download
|
|||
|
||||
# Generic formats supported by youtube-dl
|
||||
genericFormats:
|
||||
best/bestvideo: Best
|
||||
bestvideo+bestaudio: Remux best video with best audio
|
||||
worst/worstvideo: Worst
|
||||
bestvideo: Best
|
||||
worstvideo: Worst
|
||||
|
||||
# Enable debug mode.
|
||||
debug: false
|
||||
|
|
Loading…
Reference in a new issue