default to max download quality same as yt-dlp

This commit is contained in:
simon 2021-09-13 11:20:03 +07:00
parent 9a12db4077
commit d7781b2556
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"limit_count": 5,
"limit_speed": false,
"sleep_interval": 3,
"format": "bestvideo[height<=720]+bestaudio/best[height<=720]"
"format": false
},
"application": {
"cache_dir": "/cache",

View File

@ -93,7 +93,7 @@
<div class="settings-group">
<h2 id="format">Download Format</h2>
<div class="settings-item">
<p>Video and audio quality format for yt-dlp.<br>
<p>Limit video and audio quality format for yt-dlp.<br>
Currently: <span class="settings-current">{{ config.downloads.format }}</span>
</p>
<p>Example configurations:</p>