Pārlūkot izejas kodu

[downloader/fragment] Document fragment_retries

Sergey M․ 9 gadi atpakaļ
vecāks
revīzija
16a8b7986b
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      youtube_dl/downloader/fragment.py

+ 4 - 0
youtube_dl/downloader/fragment.py

@@ -19,6 +19,10 @@ class HttpQuietDownloader(HttpFD):
 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):