From 6ae796b1eebcb77b1f0c952682f86956a48fe462 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 28 Aug 2011 23:17:18 +0200 Subject: [PATCH] =?UTF-8?q?Credit=20Rog=C3=A9rio=20Brito=20for=20Vimeo=20s?= =?UTF-8?q?upport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- youtube-dl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index 218782e0d..ecc4c26bb 100755 --- a/youtube-dl +++ b/youtube-dl @@ -9,10 +9,11 @@ __author__ = ( 'Witold Baryluk', 'Paweł Paprota', 'Gergely Imreh', + 'Rogério Brito', ) __license__ = 'Public Domain' -__version__ = '2011.08.24-phihag' +__version__ = '2011.08.28-phihag' import cookielib import datetime