youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 870d525848d2535be23ea04fcd3fbf826d03cae1
parent 65771128902a4a43a9340fba337aa323a3cf2db0
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 21 Apr 2016 22:44:01 +0600

[options] Remove experimental mark for --hls-prefer-native

Diffstat:
Myoutube_dl/options.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',