[downloader/fragment] Respect --no-part

This commit is contained in:
Sergey M․ 2017-02-06 23:07:59 +07:00
parent 2aec7256ae
commit 7097bffba6
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions

View File

@ -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),
}
)