Release 2011.11.22
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 22 Nov 2011 14:32:53 +0000 (15:32 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 22 Nov 2011 14:32:53 +0000 (15:32 +0100)
LATEST_VERSION
youtube-dl
youtube_dl/__init__.py

index b30ab00..d0b3a0f 100644 (file)
@@ -1 +1 @@
-2011.11.21
+2011.11.22
index 9ed1621..7a014f8 100755 (executable)
@@ -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
index 1af5720..7a014f8 100755 (executable)
@@ -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'