projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aec725
)
[downloader/fragment] Respect --no-part
author
Sergey M․
<dstftw@gmail.com>
Mon, 6 Feb 2017 16:07:59 +0000
(23:07 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 6 Feb 2017 16:07:59 +0000
(23:07 +0700)
youtube_dl/downloader/fragment.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/fragment.py
b/youtube_dl/downloader/fragment.py
index 60df627a65dfc589899f009fa5df9ce76a441ae5..56f97526676cda29b8c3b15de0e07cb676cc8573 100644
(file)
--- a/
youtube_dl/downloader/fragment.py
+++ b/
youtube_dl/downloader/fragment.py
@@
-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),
}
)