This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[downloader/fragment] Respect --no-part
master-ytdl-org
Sergey M․
8 years ago
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/downloader/fragment.py
+ 1
- 0
youtube_dl/downloader/fragment.py
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
)
,
}
)
Write
Preview
Loading…
Cancel
Save