youtube-dl

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

commit 29895011315f015d0881fd21350f301efc74f22c
parent 7b0817e8e189ced899b64bfc3190b8f6218f04a3
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 21 Jan 2014 14:07:41 +0100

release 2014.01.21

Diffstat:
MREADME.md | 1+
Myoutube_dl/version.py | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -71,6 +71,7 @@ which means you can modify it, redistribute it or use it however you like. --download-archive FILE Download only videos not listed in the archive file. Record the IDs of all downloaded videos in it. + --include-ads Download advertisements as well (experimental) ## Download Options: -r, --rate-limit LIMIT maximum download rate in bytes per second (e.g. diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2014.01.20' +__version__ = '2014.01.21'