projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617e58d
)
[downloader/fragment] Document fragment_retries
author
Sergey M․
<dstftw@gmail.com>
Sat, 19 Mar 2016 14:54:21 +0000
(20:54 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 19 Mar 2016 14:54:21 +0000
(20:54 +0600)
youtube_dl/downloader/fragment.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/fragment.py
b/youtube_dl/downloader/fragment.py
index c2671e6d294a10d32bea4c2aff37f0d3ca6cf19e..ba903ae103a7bc6817378389a34713d9a5550e19 100644
(file)
--- a/
youtube_dl/downloader/fragment.py
+++ b/
youtube_dl/downloader/fragment.py
@@
-19,6
+19,10
@@
class HttpQuietDownloader(HttpFD):
class FragmentFD(FileDownloader):
"""
A base file downloader class for fragmented media (e.g. f4m/m3u8 manifests).
+
+ Available options:
+
+ fragment_retries: Number of times to retry a fragment for HTTP error (DASH only)
"""
def report_retry_fragment(self, fragment_name, count, retries):