aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl
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 /youtube-dl
parentdc0a294a7370b0eb55a36a0ac231b18e09877eeb (diff)
downloadyoutube-dl-0ae7abe57c2b4831dc193da2af48e07a33387db5.tar.xz
Release 2011.11.222011.11.22
Diffstat (limited to 'youtube-dl')
-rwxr-xr-xyoutube-dl4
1 files changed, 2 insertions, 2 deletions
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