diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2011-08-28 23:17:18 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2011-08-28 23:17:18 +0200 | 
| commit | 6ae796b1eebcb77b1f0c952682f86956a48fe462 (patch) | |
| tree | d274901826ee1b4c46558d0f293caa51fb390658 | |
| parent | 9c3e23fb646ffcd73df9daa6f731be81bddaa93d (diff) | |
Credit Rogério Brito for Vimeo support
| -rwxr-xr-x | youtube-dl | 3 | 
1 files changed, 2 insertions, 1 deletions
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  | 
