mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[downloader/fragment] Respect --no-part
This commit is contained in:
parent
2aec7256ae
commit
7097bffba6
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ def _prepare_frag_download(self, ctx):
|
|||
'noprogress': True,
|
||||
'ratelimit': self.params.get('ratelimit'),
|
||||
'retries': self.params.get('retries', 0),
|
||||
'nopart': self.params.get('nopart', False),
|
||||
'test': self.params.get('test', False),
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue