mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
default to max download quality same as yt-dlp
This commit is contained in:
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…
Reference in New Issue
Block a user