mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[downloader/fragment] Respect --retries for fragment based downloaders (Closes #6549)
This commit is contained in:
parent
28479149cc
commit
6828c809e4
@ -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 New Issue
Block a user