default to max download quality same as yt-dlp

pull/12/head
simon 3 years ago
parent 9a12db4077
commit d7781b2556

@ -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",

@ -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>

Loading…
Cancel
Save