[options] Remove experimental mark for --hls-prefer-native
authorSergey M․ <dstftw@gmail.com>
Thu, 21 Apr 2016 16:44:01 +0000 (22:44 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 21 Apr 2016 16:44:01 +0000 (22:44 +0600)
youtube_dl/options.py

index 7819f14ab0b36786e06a432f15cb9e0429320288..b60a723c5c5941e712480828bcda10ae9399212a 100644 (file)
@@ -426,7 +426,7 @@ def parseOpts(overrideArguments=None):
     downloader.add_option(
         '--hls-prefer-native',
         dest='hls_prefer_native', action='store_true',
-        help='Use the native HLS downloader instead of ffmpeg (experimental)')
+        help='Use the native HLS downloader instead of ffmpeg')
     downloader.add_option(
         '--hls-use-mpegts',
         dest='hls_use_mpegts', action='store_true',