1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

Make exception handling 2.5-compatible (Closes #223)

This commit is contained in:
Philipp Hagemeister 2011-11-22 15:31:30 +01:00
parent 468c99257c
commit dc0a294a73

View file

@ -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