mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[downloader/fragment] Document fragment_retries
This commit is contained in:
parent
617e58d850
commit
16a8b7986b
@ -19,6 +19,10 @@ def to_screen(self, *args, **kargs):
|
|||||||
class FragmentFD(FileDownloader):
|
class FragmentFD(FileDownloader):
|
||||||
"""
|
"""
|
||||||
A base file downloader class for fragmented media (e.g. f4m/m3u8 manifests).
|
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):
|
def report_retry_fragment(self, fragment_name, count, retries):
|
||||||
|
Loading…
Reference in New Issue
Block a user