projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6577112
)
[options] Remove experimental mark for --hls-prefer-native
author
Sergey M․
<dstftw@gmail.com>
Thu, 21 Apr 2016 16:44:01 +0000
(22:44 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 21 Apr 2016 16:44:01 +0000
(22:44 +0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 7819f14ab0b36786e06a432f15cb9e0429320288..b60a723c5c5941e712480828bcda10ae9399212a 100644
(file)
--- 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',