logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 46312e0b46147ff26008eee62b2f9ba47b30fe73
parent f9216ed6ad19cbf66487d514e5a5349a4d491671
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 17 Feb 2015 17:29:32 +0100

release 2015.02.17

Diffstat:

MREADME.md2++
Myoutube_dl/version.py2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 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 diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.16.1' +__version__ = '2015.02.17'