From 81b42336ad9a59167a2c936bbd58f818007b1872 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 25 Jun 2013 22:42:02 +0200 Subject: [PATCH] release 2013.06.33 --- README.md | 1 + youtube_dl/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 929f2b5d1..7d190249d 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ which means you can modify it, redistribute it or use it however you like. -u, --username USERNAME account username -p, --password PASSWORD account password -n, --netrc use .netrc authentication data + --video-password PASSWORD video password (vimeo only) ## Post-processing Options: -x, --extract-audio convert video files to audio-only files (requires diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 15003cccd..3b456e934 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2013.06.32' +__version__ = '2013.06.33'