diff --git a/src/ytb/youtube.py b/src/ytb/youtube.py index 3e88c57..6a87cbd 100644 --- a/src/ytb/youtube.py +++ b/src/ytb/youtube.py @@ -11,6 +11,7 @@ def __init__(self, config: dict = None): self.dl_ops = { 'outtmpl': join(expanduser("~/OneDrive/Desktop"), '%(title)s-%(id)s.%(ext)s'), 'quiet': True, + 'noprogress': True, 'no_warnings': True, 'throttled-rate': '100K' }