aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-04-21 22:44:01 +0600
committerSergey M․ <dstftw@gmail.com>2016-04-21 22:44:01 +0600
commit870d525848d2535be23ea04fcd3fbf826d03cae1 (patch)
treeb758c73bb44b499e0b121d8540465378abf071c0 /youtube_dl/options.py
parent65771128902a4a43a9340fba337aa323a3cf2db0 (diff)
downloadyoutube-dl-870d525848d2535be23ea04fcd3fbf826d03cae1.tar.xz
[options] Remove experimental mark for --hls-prefer-native
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 7819f14ab..b60a723c5 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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',