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
Merge pull request
#3927
from qrtt1/master
apply ratelimit to f4m
totalwebcasting
Philipp Hagemeister
10 years ago
parent
1557ed153c
b1c3a49fff
commit
2f15832f56
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/f4m.py
+ 1
- 0
youtube_dl/downloader/f4m.py
View File
@ -233,6 +233,7 @@ class F4mFD(FileDownloader):
'
continuedl
'
:
True
,
'
quiet
'
:
True
,
'
noprogress
'
:
True
,
'
ratelimit
'
:
self
.
params
.
get
(
'
ratelimit
'
,
None
)
,
'
test
'
:
self
.
params
.
get
(
'
test
'
,
False
)
,
}
)
Write
Preview
Loading…
Cancel
Save