release 2015.02.17
This commit is contained in:
parent
f9216ed6ad
commit
46312e0b46
|
@ -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
|
--playlist-reverse Download playlist videos in reverse order
|
||||||
--xattr-set-filesize (experimental) set file xattribute
|
--xattr-set-filesize (experimental) set file xattribute
|
||||||
ytdl.filesize with expected filesize
|
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
|
--external-downloader COMMAND (experimental) Use the specified external
|
||||||
downloader. Currently supports
|
downloader. Currently supports
|
||||||
aria2c,curl,wget
|
aria2c,curl,wget
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2015.02.16.1'
|
__version__ = '2015.02.17'
|
||||||
|
|
Loading…
Reference in New Issue