mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-15 14:57:36 +01:00
parent
0481e266f5
commit
a169858f24
@ -2485,7 +2485,7 @@ class YoutubeDL(object):
|
||||
verbose = self.params.get('verbose')
|
||||
params = {
|
||||
'test': True,
|
||||
'quiet': not verbose,
|
||||
'quiet': self.params.get('quiet') or not verbose,
|
||||
'verbose': verbose,
|
||||
'noprogress': not verbose,
|
||||
'nopart': True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user