···2233## Next
44- Allow passing yt-dlp arguments
55-- Show yt-dlp logs (previously, `--quiet` was used)
55+- Show download progress
66- Log info as JSON
77- Faster downloads
88
+3
vidl/dl.py
···209209 if options['format'] in ['bestvideo', 'bestaudio', 'mp3', 'm4a', 'mp4', 'opus'] and options['no_thumbnail_embed'] == False:
210210 ydl_args += ['--embed-thumbnail']
211211212212+ if not options['verbose']:
213213+ ydl_args += ['--quiet', '--progress']
214214+212215 # band-aid solution for 403 error caused by cache
213216 ydl_args += ['--rm-cache-dir']
214217