Skip to content

Commit

Permalink
fixed issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailCosmin committed Nov 10, 2022
1 parent 94d2cc1 commit 5042a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ytb/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 5042a06

Please sign in to comment.