Index: podcast-transcode.py
===================================================================
--- podcast-transcode.py	(revision 26929f9e3adeec837bb87759e831b83bf4d4bce8)
+++ podcast-transcode.py	(revision 45222edb5f6a30664cf234c0d3b521b8789b7716)
@@ -22,4 +22,5 @@
 import sys
 import urllib2
+import httplib
 import glob
 import subprocess
@@ -131,5 +132,5 @@
             self.content_type = remote_file.info().get("Content-Type")
             remote_file.close()
-        except urllib2.HTTPError, e:
+        except (urllib2.HTTPError, httplib.HTTPException), e:
             print "Failed downloading %s" % url
             print e
