mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
0481e266f5
commit
a169858f24
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue