diff --git a/tubearchivist/home/src/download.py b/tubearchivist/home/src/download.py index d109f18..3dcf97d 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 d958ae9..edf9a79 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