Add --hls-use-mpegts option
[youtube-dl] / youtube_dl / downloader / common.py
index fc7521598c0413bdf97e3e286a6c334e8615dbde..de815612ceb7b13af7305c1fc9cb1b92eccd501b 100644 (file)
@@ -45,6 +45,7 @@ class FileDownloader(object):
                         (experimental)
     external_downloader_args:  A list of additional command-line arguments for the
                         external downloader.
+    hls_use_mpegts:     Use the mpegts container for HLS videos.
 
     Subclasses of this one must re-define the real_download method.
     """