release 2015.02.17
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 17 Feb 2015 16:29:32 +0000 (17:29 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 17 Feb 2015 16:29:32 +0000 (17:29 +0100)
README.md
youtube_dl/version.py

index d68896202ec9a7660d6452019b9ed28857711644..acd0ef41b2e60a31e71427cb45efecc7ddb167f5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -161,6 +161,8 @@ which means you can modify it, redistribute it or use it however you like.
     --playlist-reverse               Download playlist videos in reverse order
     --xattr-set-filesize             (experimental) set file xattribute
                                      ytdl.filesize with expected filesize
+    --hls-prefer-native              (experimental) Use the native HLS
+                                     downloader instead of ffmpeg.
     --external-downloader COMMAND    (experimental) Use the specified external
                                      downloader. Currently supports
                                      aria2c,curl,wget
index bbe0e53b51d75acb584dd9276b7e8b564f560ba3..88834e058eb64766e4d0a5bc6d6e03ac43bdc1e7 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.16.1'
+__version__ = '2015.02.17'