mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
bumping yt_dlp version, requires additional noprogress option
This commit is contained in:
parent
76f49b4cf7
commit
9f12966ef7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user