[downloader/hls] Skip uplynk ad fragments (closes #15748)
[youtube-dl] / youtube_dl / downloader / common.py
index 75b8166c514485bad26fa87a90ca08ab330d654f..cc16bbb83fb5da958df1564a85e50f04dca30ce0 100644 (file)
@@ -49,6 +49,9 @@ class FileDownloader(object):
     external_downloader_args:  A list of additional command-line arguments for the
                         external downloader.
     hls_use_mpegts:     Use the mpegts container for HLS videos.
+    http_chunk_size:    Size of a chunk for chunk-based HTTP downloading. May be
+                        useful for bypassing bandwidth throttling imposed by
+                        a webserver (experimental)
 
     Subclasses of this one must re-define the real_download method.
     """