logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: 33d507f1fe828b186dec9b61ff4fc6b5fdcf42b2
parent c44b9ee95e577ebe3a9ba6d69b8c5cef0d445acc
Author: Ricardo Garcia <commits@rg3.name>
Date:   Thu,  4 Aug 2011 19:15:14 +0200

Bump version number

Diffstat:

MLATEST_VERSION2+-
Myoutube-dl2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LATEST_VERSION b/LATEST_VERSION @@ -1 +1 @@ -2011.03.29 +2011.08.04 diff --git a/youtube-dl b/youtube-dl @@ -2725,7 +2725,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2011.03.29', + version='2011.08.04', conflict_handler='resolve', )