Add --hls-use-mpegts option
[youtube-dl] / youtube_dl / YoutubeDL.py
index e1bd408431b0b6b5c16b0a208dbec5ad198dfc4f..2a3d6cd4a423227ef998d4f8b6ab4dc7c482a54b 100755 (executable)
@@ -263,7 +263,7 @@ class YoutubeDL(object):
     the downloader (see youtube_dl/downloader/common.py):
     nopart, updatetime, buffersize, ratelimit, min_filesize, max_filesize, test,
     noresizebuffer, retries, continuedl, noprogress, consoletitle,
-    xattr_set_filesize, external_downloader_args.
+    xattr_set_filesize, external_downloader_args, hls_use_mpegts.
 
     The following options are used by the post processors:
     prefer_ffmpeg:     If True, use ffmpeg instead of avconv if both are available,