From d7781b2556a06de5ebf961340a4868fdab88ed53 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 13 Sep 2021 11:20:03 +0700 Subject: [PATCH] default to max download quality same as yt-dlp --- tubearchivist/home/config.json | 2 +- tubearchivist/home/templates/home/settings.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/config.json b/tubearchivist/home/config.json index a000c98..97c6ea7 100644 --- a/tubearchivist/home/config.json +++ b/tubearchivist/home/config.json @@ -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", diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index ec013e9..8333b34 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -93,7 +93,7 @@

Download Format

-

Video and audio quality format for yt-dlp.
+

Limit video and audio quality format for yt-dlp.
Currently: {{ config.downloads.format }}

Example configurations: