Verbosity fix V1.0.7

This commit is contained in:
Patryk Mazur
2026-04-22 20:31:51 +02:00
parent 5173e603d4
commit 2af618fde2
+1
View File
@@ -56,6 +56,7 @@ def download_video(yt_url: str) -> dict:
'format': 'bestvideo+bestaudio/best', 'format': 'bestvideo+bestaudio/best',
'merge_output_format': 'mp4', 'merge_output_format': 'mp4',
'outtmpl': os.path.join(DOWNLOADS, f'%(title)s_{url_hash}.%(ext)s'), 'outtmpl': os.path.join(DOWNLOADS, f'%(title)s_{url_hash}.%(ext)s'),
"no_overwrites": True,
'quiet': True, 'quiet': True,
} }