mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 00:25:06 +00:00
[downloader/fragment] Respect --retries for fragment based downloaders (Closes #6549)
This commit is contained in:
parent
28479149cc
commit
6828c809e4
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ def _prepare_frag_download(self, ctx):
|
|||
'quiet': True,
|
||||
'noprogress': True,
|
||||
'ratelimit': self.params.get('ratelimit', None),
|
||||
'retries': self.params.get('retries', 0),
|
||||
'test': self.params.get('test', False),
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue