mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-08 19:08:40 +00:00
[downloader/fragment] Respect --no-part
This commit is contained in:
parent
2aec7256ae
commit
7097bffba6
|
@ -61,6 +61,7 @@ class FragmentFD(FileDownloader):
|
|||
'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