diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-11-23 10:36:52 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-11-23 10:36:52 +0100 |
commit | fa2672f9fc1f515e5dbae086465657dd3f93c66f (patch) | |
tree | 4082f132a3d9800b783299aa56257991da7e5a31 /youtube-dl | |
parent | 28e3614bc0731cd1549e924bd1e1a77d8bb02e31 (diff) | |
download | hypervideo-pre-fa2672f9fc1f515e5dbae086465657dd3f93c66f.tar.lz hypervideo-pre-fa2672f9fc1f515e5dbae086465657dd3f93c66f.tar.xz hypervideo-pre-fa2672f9fc1f515e5dbae086465657dd3f93c66f.zip |
Release 2011.11.23
Diffstat (limited to 'youtube-dl')
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 688ed412c..e6b7be110 100755 --- a/youtube-dl +++ b/youtube-dl @@ -17,7 +17,7 @@ __author__ = ( ) __license__ = 'Public Domain' -__version__ = '2011.11.22' +__version__ = '2011.11.23' UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl' |