small fix?

This commit is contained in:
ed barz 2023-03-02 20:02:38 +01:00
parent 3d74b6fe35
commit 179fc1ef22
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ ydl_opts = {
'skip_download': True, 'skip_download': True,
'writethumbnail': False, 'writethumbnail': False,
'progress' : False, 'progress' : False,
'noprogress': True,
'quiet': True 'quiet': True
} }