about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-11-22 15:32:53 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2011-11-22 15:32:53 +0100
commit0ae7abe57c2b4831dc193da2af48e07a33387db5 (patch)
tree90abcd831a7a89c64d659382175a8f4d4e5314c4
parentdc0a294a7370b0eb55a36a0ac231b18e09877eeb (diff)
downloadyoutube-dl-2011.11.22.tar.gz
youtube-dl-2011.11.22.tar.xz
youtube-dl-2011.11.22.zip
Release 2011.11.22 2011.11.22
-rw-r--r--LATEST_VERSION2
-rwxr-xr-xyoutube-dl4
-rwxr-xr-xyoutube_dl/__init__.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/LATEST_VERSION b/LATEST_VERSION
index b30ab005f..d0b3a0fd2 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2011.11.21
+2011.11.22
diff --git a/youtube-dl b/youtube-dl
index 9ed162186..7a014f804 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -17,7 +17,7 @@ __author__  = (
 	)
 
 __license__ = 'Public Domain'
-__version__ = '2011.11.21'
+__version__ = '2011.11.22'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'
 
@@ -3507,7 +3507,7 @@ class SoundcloudIE(InfoExtractor):
 		if mobj:
 			try:
 				upload_date = datetime.datetime.strptime(mobj.group(1), '%B %d, %Y %H:%M').strftime('%Y%m%d')
-			except Exception as e:
+			except Exception, e:
 				print str(e)
 
 		# for soundcloud, a request to a cross domain is required for cookies
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py
index 1af572071..7a014f804 100755
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -17,7 +17,7 @@ __author__  = (
 	)
 
 __license__ = 'Public Domain'
-__version__ = '2011.11.21'
+__version__ = '2011.11.22'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'