Add fallback to bestvideo and worstvideo (fixes #288)

This commit is contained in:
Pierre Rudloff 2020-06-20 13:33:16 +02:00
parent 4ef7a93dce
commit 29756cf290
3 changed files with 23 additions and 17 deletions

View file

@ -49,9 +49,9 @@ appName: AllTube Download
# Generic formats supported by youtube-dl
genericFormats:
best: Best
best/bestvideo: Best
bestvideo+bestaudio: Remux best video with best audio
worst: Worst
worst/worstvideo: Worst
# Enable debug mode.
debug: false