From 9f12966ef704b9b09c12d40c5a8b5b100f601881 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 11 Oct 2021 16:34:19 +0700 Subject: [PATCH] bumping yt_dlp version, requires additional noprogress option --- tubearchivist/home/src/download.py | 1 + tubearchivist/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tubearchivist/home/src/download.py b/tubearchivist/home/src/download.py index d109f186..3dcf97de 100644 --- a/tubearchivist/home/src/download.py +++ b/tubearchivist/home/src/download.py @@ -486,6 +486,7 @@ class VideoDownloader: + self.config["application"]["file_template"] ), "progress_hooks": [self.progress_hook], + "noprogress": True, "quiet": True, "continuedl": True, "retries": 3, diff --git a/tubearchivist/requirements.txt b/tubearchivist/requirements.txt index d958ae96..edf9a79e 100644 --- a/tubearchivist/requirements.txt +++ b/tubearchivist/requirements.txt @@ -6,4 +6,4 @@ redis==3.5.3 requests==2.26.0 uWSGI==2.0.20 whitenoise==5.3.0 -yt_dlp==2021.9.25 +yt_dlp==2021.10.10