mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:59:39 +00:00
bumping yt_dlp version, requires additional noprogress option
This commit is contained in:
@@ -486,6 +486,7 @@ class VideoDownloader:
|
||||
+ self.config["application"]["file_template"]
|
||||
),
|
||||
"progress_hooks": [self.progress_hook],
|
||||
"noprogress": True,
|
||||
"quiet": True,
|
||||
"continuedl": True,
|
||||
"retries": 3,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user